mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-05 13:13:34 +02:00
* fixed a bug where a TCP connection would be logged twice if the 'logasap' option was enabled without the 'tcplog' option. * encode_string() would use hdr_encode_map instead of the map argument. * the logged request is now encoded with '#XX' for unprintable characters * new keywords 'capture request header' and 'capture response header' enable logging of arbitrary HTTP headers in requests and responses * removed "-DSOLARIS" after replacing the last inet_aton() with inet_pton()