]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: stream-int: make si_idle_conn() only accept valid connections
authorWilly Tarreau <w@1wt.eu>
Wed, 5 Aug 2015 09:08:30 +0000 (11:08 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 6 Aug 2015 09:11:10 +0000 (11:11 +0200)
commit4320eaac62e8f1db63766a05f5dfd715dcb75479
treeff5b258d348abdfbf39592f0eb058688037a8c3c
parent323a2d925c85a26d539809424ee11556b80db936
MINOR: stream-int: make si_idle_conn() only accept valid connections

This function is now dedicated to idle connections only, which means
that it must not be used without any endpoint nor anything not a
connection. The connection remains attached to the stream interface.
include/proto/stream_interface.h
src/proto_http.c