mirror of
https://github.com/nginx/nginx.git
synced 2024-11-24 21:59:06 +08:00
Request body: c->error on "100 Continue" errors (ticket #1194).
This commit is contained in:
parent
9af7dc2b44
commit
31a0cab931
@ -835,6 +835,8 @@ ngx_http_test_expect(ngx_http_request_t *r)
|
||||
|
||||
/* we assume that such small packet should be send successfully */
|
||||
|
||||
r->connection->error = 1;
|
||||
|
||||
return NGX_ERROR;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user