Request body: c->error on "100 Continue" errors (ticket #1194).

This commit is contained in:
Maxim Dounin 2017-02-08 19:35:31 +03:00
parent 3442b94d70
commit c36fd71386
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}