mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 15:27:48 +02:00
These functions are very similar to co_getline() and co_getdelim(). The first one retrieves the longest part of the buffer that is composed exclusively of characters not in the a delimiter set. The second one stops on LF only and thus returns a line.