]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: stream.c: do not re-attach the connection to the stream
authorWilly Tarreau <w@1wt.eu>
Sat, 4 Apr 2015 23:05:44 +0000 (01:05 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 6 Apr 2015 09:37:33 +0000 (11:37 +0200)
commitce7eec91865655c7e325822621107e17b56cb2c8
treeb1e686c4f15d97f8bd356d9f379b57a3eed01fd6
parent18b95a4b27b6d7deea76e7a414d3604a08703872
CLEANUP: stream.c: do not re-attach the connection to the stream

This was a leftover from the initial code, it's not needed at all
anymore.
src/stream.c