]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: connection: always update connection flags prior to computing polling
authorWilly Tarreau <w@1wt.eu>
Sun, 16 Dec 2012 18:19:13 +0000 (19:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Dec 2012 00:14:25 +0000 (01:14 +0100)
commit7d28149e92968d06923f3ad49152c905697f74ba
tree68603cae01a22296b2ff9f0953207851d27ff1de
parentb01658706809693e8a018999a93948828b3a14ff
BUG/MEDIUM: connection: always update connection flags prior to computing polling

stream_int_chk_rcv_conn() did not clear connection flags before updating them. It
is unsure whether this could have caused the stalled transfers that have been
reported since dev15.

In order to avoid such further issues, we now use a simple inline function to do
all the job.
include/proto/connection.h
src/connection.c
src/stream_interface.c