mirror of
https://github.com/libevent/libevent.git
synced 2025-01-09 00:56:20 +08:00
Better comments for some confusing-to-me code.
svn:r1117
This commit is contained in:
parent
c6f4dc987c
commit
f2a24d6e58
5
evdns.c
5
evdns.c
@ -2026,9 +2026,10 @@ evdns_request_transmit(struct evdns_request *req) {
|
||||
nameserver_write_waiting(req->ns, 1);
|
||||
return 1;
|
||||
case 2:
|
||||
/* failed in some other way */
|
||||
/* failed to transmit the request entirely. */
|
||||
retcode = 1;
|
||||
/* fall through */
|
||||
/* fall through: we'll set a timeout, which will time out,
|
||||
* and make us retransmit the request anyway. */
|
||||
default:
|
||||
/* all ok */
|
||||
log(EVDNS_LOG_DEBUG,
|
||||
|
Loading…
x
Reference in New Issue
Block a user