diff options
author | Valentin Bartenev <vbart@nginx.com> | 2014-01-14 16:24:45 +0400 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2014-01-14 16:24:45 +0400 |
commit | ac8bb7a9e5bfbf466f165702053ab847f9815e12 (patch) | |
tree | 1ca64e1c54238de01b5faeb3e4370ce1ffb9c9e6 /src/core/ngx_palloc.c | |
parent | 6ddb578b2223f5a4b4fb7f555be8115a946471d0 (diff) | |
download | nginx-ac8bb7a9e5bfbf466f165702053ab847f9815e12.tar.gz nginx-ac8bb7a9e5bfbf466f165702053ab847f9815e12.zip |
SPDY: elimination of r->blocked counter usage for queuing frames.
It was used to prevent destroying of request object when there are unsent
frames in queue for the stream. Since it was incremented for each frame
and is only 8 bits long, so it was not very hard to overflow the counter.
Now the stream->queued counter is checked instead.
Diffstat (limited to 'src/core/ngx_palloc.c')
0 files changed, 0 insertions, 0 deletions