comparison src/os/win32/ngx_process_cycle.c @ 5601:e45fa57ef725

Added connection serial number in logging of left open sockets.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 06 Mar 2014 23:15:10 +0400
parents b7bf4671bb7b
children b74f1106f920
comparison
equal deleted inserted replaced
5600:957d734362ed 5601:e45fa57ef725
879 && !c[i].read->accept 879 && !c[i].read->accept
880 && !c[i].read->channel 880 && !c[i].read->channel
881 && !c[i].read->resolver) 881 && !c[i].read->resolver)
882 { 882 {
883 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0, 883 ngx_log_error(NGX_LOG_ALERT, cycle->log, 0,
884 "open socket #%d left in connection %ui", 884 "*%uA open socket #%d left in connection %ui",
885 c[i].fd, i); 885 c[i].number, c[i].fd, i);
886 } 886 }
887 } 887 }
888 } 888 }
889 889
890 ngx_destroy_pool(cycle->pool); 890 ngx_destroy_pool(cycle->pool);