From: Igor Sysoev Date: Tue, 23 Dec 2008 08:10:17 +0000 (+0000) Subject: fix the previous commit X-Git-Tag: release-0.7.29~7 X-Git-Url: http://git.kaiwu.me/%7B@url%7D?a=commitdiff_plain;h=ce559527907bd047078603bb46a599cba8006b3d;p=nginx.git fix the previous commit --- diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 8f25f1ab5..6a72f31d5 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c @@ -862,7 +862,7 @@ ngx_http_core_find_config_phase(ngx_http_request_t *r, return NGX_OK; } - if (r->headers_in.expect && r->http_version < NGX_HTTP_VERSION_11) { + if (r->headers_in.expect && r->http_version > NGX_HTTP_VERSION_10) { expect = ngx_http_core_send_continue(r); if (expect != NGX_OK) {