Re: yield 499 while reading client body and client prematurely closed connection

2018-01-16 Thread Maxim Dounin
5f52119708 > # Parent 93abb5a855d6534f0356882f45be49f8c6a95a8b > yield 499 while reading client body and client prematurely closed > connection. > > The function ngx_http_do_read_client_request_body returns > NGX_HTTP_BAD_REQUEST (client prematurely closed connection), > while the 400 status code cannot reflect t

Re: yield 499 while reading client body and client prematurely closed connection

2018-01-15 Thread Piotr Sikora via nginx-devel
70237c5f52119708 > # Parent 93abb5a855d6534f0356882f45be49f8c6a95a8b > yield 499 while reading client body and client prematurely closed > connection. > > The function ngx_http_do_read_client_request_body returns > NGX_HTTP_BAD_REQUEST (client prematurely closed connection), > while the 400 status c

yield 499 while reading client body and client prematurely closed connection

2018-01-15 Thread tokers
# HG changeset patch # User Alex Zhang <zchao1...@gmail.com> # Date 1516079440 -28800 # Tue Jan 16 13:10:40 2018 +0800 # Node ID 9ca5af970d2296a02acefb3070237c5f52119708 # Parent 93abb5a855d6534f0356882f45be49f8c6a95a8b yield 499 while reading client body and client prematurely