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 9af7dc2b44
commit 31a0cab931

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