]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] splitted logs into two versions : TCP and HTTP
authorWilly Tarreau <w@1wt.eu>
Sat, 31 Mar 2007 23:30:43 +0000 (01:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 31 Mar 2007 23:30:43 +0000 (01:30 +0200)
commit422505801f1c2b45d6042144b9f8608e3994c4c5
treee3d0f9e5c92fa5619476b895a85b116d22510e8e
parente2e27a5c8d38c44c419a61ce9ed146e4c3851244
[MEDIUM] splitted logs into two versions : TCP and HTTP

logs are handled better with dedicated functions. The HTTP implementation
moved to proto_http.c. It has been cleaned up a bit. Now a frontend with
option httplog and no log will not call the function anymore.
include/proto/log.h
src/client.c
src/haproxy.c
src/log.c
src/proto_http.c