]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] extract TCP request processing from HTTP
authorWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 22:15:34 +0000 (23:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 30 Nov 2008 22:15:34 +0000 (23:15 +0100)
commitedcf6687d68cbc2d612d9ae2dd36028ec99503d1
tree0356082cb3de8cac3ae668f62c7f5b2d0bc6d3c8
parentb02532527440cf5cf3bb9758391c8071a5b9af72
[MEDIUM] extract TCP request processing from HTTP

The TCP analyser has moved to proto_tcp.c. Breaking the function
has required finer use of the return value and adding some tests
to process_session().
include/proto/proto_tcp.h
src/proto_http.c
src/proto_tcp.c
src/session.c