diff options
author | Valentin Bartenev <vbart@nginx.com> | 2013-07-24 22:24:25 +0400 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2013-07-24 22:24:25 +0400 |
commit | 6f05c095a885b8834df0b5c2310e8dd528187a5a (patch) | |
tree | 933a4c9d2236a498e2c474c32fdbddcdc1610876 /src/mysql/ngx_mysql.c | |
parent | c32e9ab9547206da00295e0a4c72656c42b60129 (diff) | |
download | nginx-6f05c095a885b8834df0b5c2310e8dd528187a5a.tar.gz nginx-6f05c095a885b8834df0b5c2310e8dd528187a5a.zip |
SPDY: fixed segfault with "client_body_in_file_only" enabled.
It is possible to send FLAG_FIN in additional empty data frame, even if it is
known from the content-length header that request body is empty. And Firefox
actually behaves like this (see ticket #357).
To simplify code we sacrificed our microoptimization that did not work right
due to missing check in the ngx_http_spdy_state_data() function for rb->buf
set to NULL.
Diffstat (limited to 'src/mysql/ngx_mysql.c')
0 files changed, 0 insertions, 0 deletions