haproxy/include
Christopher Faulet 27ba2dc6d6 MEDIUM: htx: Rework conversion from a buffer to an htx structure
Now, the function htx_from_buf() will set the buffer's length to its size
automatically. In return, the caller should call htx_to_buf() at the end to be
sure to leave the buffer hosting the HTX message in the right state. When the
caller can use the function htxbuf() to get the HTX message without any update
on the underlying buffer.
2018-12-05 17:10:16 +01:00
..
common CLEANUP: Fix a typo in the mini-clist header 2018-12-02 18:38:15 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MEDIUM: htx: Rework conversion from a buffer to an htx structure 2018-12-05 17:10:16 +01:00
types CLEANUP: Fix a typo in the listener subsystem 2018-12-02 18:43:28 +01:00