mirror of
https://github.com/nginx/nginx.git
synced 2024-12-11 17:59:00 +08:00
ac8bb7a9e5
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. |
||
---|---|---|
.. | ||
core | ||
event | ||
http | ||
misc | ||
mysql | ||
os |