mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
fix the previous commit
This commit is contained in:
parent
40e2269bfb
commit
ce55952790
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue