]> git.kaiwu.me - haproxy.git/commit
MEDIUM: connection: add an error code in connections
authorWilly Tarreau <w@1wt.eu>
Fri, 30 Nov 2012 16:33:05 +0000 (17:33 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Dec 2012 13:22:13 +0000 (14:22 +0100)
commit14cba4b0b1240e207ac8df3d876d71da60ccb42d
tree08330ccfafe454ed652c8261520fbe5c4a03d7c1
parentd1b3f0498d866d6dad38a3ba23dc40b1f74a192b
MEDIUM: connection: add an error code in connections

This will be needed to improve error reporting, especially for SSL.
include/types/connection.h
src/checks.c
src/peers.c
src/proto_http.c
src/session.c