comparison src/http/ngx_http_upstream.c @ 310:95d92ec39071 NGINX_0_5_25

nginx 0.5.25 *) Bugfix: nginx could not be built with the --without-http_rewrite_module parameter; bug appeared in 0.5.24.
author Igor Sysoev <http://sysoev.ru>
date Mon, 11 Jun 2007 00:00:00 +0400
parents 30862655219e
children d5ec0be9c835
comparison
equal deleted inserted replaced
309:638a3e67d37d 310:95d92ec39071
967 } 967 }
968 #endif 968 #endif
969 } 969 }
970 970
971 n = u->peer.connection->recv(u->peer.connection, u->buffer.last, 971 n = u->peer.connection->recv(u->peer.connection, u->buffer.last,
972 u->buffer.end - u->buffer.last); 972 u->buffer.end - u->buffer.last);
973 973
974 if (n == NGX_AGAIN) { 974 if (n == NGX_AGAIN) {
975 #if 0 975 #if 0
976 ngx_add_timer(rev, u->read_timeout); 976 ngx_add_timer(rev, u->read_timeout);
977 #endif 977 #endif