commit | ce559527907bd047078603bb46a599cba8006b3d | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Tue Dec 23 08:10:17 2008 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Tue Dec 23 08:10:17 2008 +0000 |
tree | 25dba418ed9346a49bdbf7d03af07511edf859fd | |
parent | 40e2269bfbc7d475f616b3e97931c012beef1240 [diff] |
fix the previous commit
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c index 8f25f1a..6a72f31 100644 --- a/src/http/ngx_http_core_module.c +++ b/src/http/ngx_http_core_module.c
@@ -862,7 +862,7 @@ 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) {