Re: [PATCH] SPDY: fixed handling of sc-length in ngx_http_spdy_state_read_data()

2014-03-27 Thread Valentin V. Bartenev
On Thursday 27 March 2014 09:02:57 Xiaochen Wang wrote: hi On Thu, Mar 27, 2014 at 1:01 AM, Valentin V. Bartenev vb...@nginx.comwrote: On Wednesday 26 March 2014 12:30:11 Xiaochen Wang wrote: In our production, sometimes, the disk was full. In which case, the requests after the

Re: [PATCH] SPDY: fixed handling of sc-length in ngx_http_spdy_state_read_data()

2014-03-26 Thread Valentin V. Bartenev
On Wednesday 26 March 2014 12:30:11 Xiaochen Wang wrote: In our production, sometimes, the disk was full. In which case, the requests after the POST request were handled wrongly in one spdy connection. Because the input body (DATA frame) of POST request could not be written to disk, then

Re: [PATCH] SPDY: fixed handling of sc-length in ngx_http_spdy_state_read_data()

2014-03-26 Thread Xiaochen Wang
hi On Thu, Mar 27, 2014 at 1:01 AM, Valentin V. Bartenev vb...@nginx.comwrote: On Wednesday 26 March 2014 12:30:11 Xiaochen Wang wrote: In our production, sometimes, the disk was full. In which case, the requests after the POST request were handled wrongly in one spdy connection.

[PATCH] SPDY: fixed handling of sc-length in ngx_http_spdy_state_read_data()

2014-03-25 Thread Xiaochen Wang
In our production, sometimes, the disk was full. In which case, the requests after the POST request were handled wrongly in one spdy connection. Because the input body (DATA frame) of POST request could not be written to disk, then ngx_http_spdy_state_read_data() tried to skip this DATA frame