Files
bind9/lib/isc
Artem Boldariev c819caa3a1 Replace the HTTP/2 session's ad-hoc buffer with isc_buffer_t
This commit replaces a static ad-hoc HTTP/2 session's temporary buffer
with a realloc-able isc_buffer_t object, which is being allocated on
as needed basis, lowering the memory consumption somewhat. The buffer
is needed in very rare cases, so allocating it prematurely is not
wise.

Also, it fixes a bug in http_readcb() where the ad-hoc buffer appeared
to be improperly used, leading to a situation when the processed data
from the receiving regions can be processed twice, while unprocessed
data will never be processed.
2021-08-12 14:28:16 +03:00
..
2021-07-06 05:33:48 +00:00
2021-06-09 14:35:14 +02:00
2021-07-13 09:12:04 +02:00
2021-07-22 11:51:46 +02:00
2021-06-09 14:35:14 +02:00
2021-07-13 09:12:04 +02:00
2021-07-13 14:48:29 +02:00
2021-07-14 10:55:12 -07:00