diff options
author | Max Romanov <max.romanov@nginx.com> | 2020-09-30 01:17:09 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2020-09-30 01:17:09 +0300 |
commit | 153e8a87792ecc5dee12ba1f261fe1340a800a90 (patch) | |
tree | 4531dd47fc61d252d9981e9346c353a3d27571a8 /src/nxt_h1proto.c | |
parent | 67d33fac66d37327ce038e1538d07f353afe87e8 (diff) | |
download | unit-153e8a87792ecc5dee12ba1f261fe1340a800a90.tar.gz unit-153e8a87792ecc5dee12ba1f261fe1340a800a90.tar.bz2 |
Fixing leakage caused by incorrect in_hash flag cleanup.
Large-bodied requests are added to the request hash to be found when the body
arrives. However, changeset 1d84b9e4b459 introduced a bug: the 'in_hash' flag,
used to remove the request from the hash at request release, was cleared after
the first successful request lookup. As a result, the entry was never removed.
Diffstat (limited to 'src/nxt_h1proto.c')
0 files changed, 0 insertions, 0 deletions