]> git.kaiwu.me - haproxy.git/commit
[CLEANUP] process_session: move debug outputs out of the critical loop
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Sep 2008 09:37:47 +0000 (11:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 2 Nov 2008 09:19:09 +0000 (10:19 +0100)
commita37095b96f04b7a37b9897cc3022802f03798d32
tree5af1852d4ddeec7729805ef065df35ecf3877a30
parent4ffd51a8480b75a3efd6f7821162bb35ada89cd7
[CLEANUP] process_session: move debug outputs out of the critical loop

The if(debug&closed) printfs have moved outside of the loop. It also
permitted to merge several of them.
src/proto_http.c