History log of /curl/docs/internals/BUFQ.md (Results 1 – 2 of 2)
Revision Date Author Comments
# 2400a6c6 03-Oct-2024 Stefan Eissing

bufq: unwrite fix

`Curl_bufq_unwrite()` used the head instead of the tail chunk to shrink
the bufq's content. Fix this and add test case that checks correct
behaviour.

Amend

bufq: unwrite fix

`Curl_bufq_unwrite()` used the head instead of the tail chunk to shrink
the bufq's content. Fix this and add test case that checks correct
behaviour.

Amended test 2601 accordingly.

Reported-by: Chris Stubbs
Closes #15136

show more ...


# 20aa8d8f 15-Aug-2024 Daniel Stenberg

docs/internals: new subdirectory

For libcurl internal APIs and concepts.

Closes #14552