curl/docs/internals
Stefan Eissing 2400a6c6b2
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
2024-10-03 13:27:36 +02:00
..
BUFQ.md bufq: unwrite fix 2024-10-03 13:27:36 +02:00
BUFREF.md
CHECKSRC.md
CLIENT-READERS.md
CLIENT-WRITERS.md
CODE_STYLE.md
CONNECTION-FILTERS.md
DYNBUF.md
HASH.md
HYPER.md
LLIST.md
MQTT.md
NEW-PROTOCOL.md
README.md
SPLAY.md
WEBSOCKET.md

Internals

This directory contains documentation covering libcurl internals; APIs and concepts that are useful for contributors and maintainers.

Public APIs are documented in the public documentation, not here.