nginx/src
Maxim Dounin 092355b2cc Fixed logging in ngx_http_wait_request_handler().
If c->recv() returns 0 there is no sense in using ngx_socket_errno for
logging, its value meaningless.  (The code in question was copied from
ngx_http_keepalive_handler(), but ngx_socket_errno makes sense there as it's
used as a part of ECONNRESET handling, and the c->recv() call is preceeded
by the ngx_set_socket_errno(0) call.)
2013-03-12 13:38:04 +00:00
..
core Removed c->single_connection flag. 2013-03-07 18:07:16 +00:00
event SSL: retry "sess_id" and "id" allocations. 2013-02-23 11:54:25 +00:00
http Fixed logging in ngx_http_wait_request_handler(). 2013-03-12 13:38:04 +00:00
mail Implemented IPv6 support for URLs specified using domain names. 2012-12-17 12:08:53 +00:00
misc Fixed compilation with -Wmissing-prototypes. 2012-07-24 15:09:54 +00:00
mysql Copyright updated. 2012-01-18 15:07:43 +00:00
os Core: crypt_r() error handling fixed. 2012-12-21 16:13:03 +00:00