]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: session: remove event_accept() which was not used anymore
authorGodbach <nylzhaowei@gmail.com>
Thu, 20 Jun 2013 05:28:38 +0000 (13:28 +0800)
committerWilly Tarreau <w@1wt.eu>
Thu, 20 Jun 2013 06:07:35 +0000 (08:07 +0200)
commit430f291a9940a24cbf1cf045eab6719344c70df9
tree89c4494965046de25def78a04d9b66f083c3fa41
parenteab1dc6234c1ac53a0c3e64890cf7d7031eb6ffa
CLEANUP: session: remove event_accept() which was not used anymore

Remove event_accept() in include/proto/proto_http.h and use correct function
name in other two files instead of event_accept().

Signed-off-by: Godbach <nylzhaowei@gmail.com>
include/proto/proto_http.h
include/types/session.h
src/peers.c