]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: stream: Make sure polling is right on retry.
authorOlivier Houchard <cognet@ci0.org>
Sun, 21 Oct 2018 01:18:11 +0000 (03:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 21 Oct 2018 03:55:32 +0000 (05:55 +0200)
commit85b73e9427e78d1b1765ca87564462c602cf3727
tree7cc3edd10dae68bc7ef4d8ce5623136d6b8e1981
parent1fddc9b7bb59b489f9338fd10dd1eaceffae0cb7
BUG/MEDIUM: stream: Make sure polling is right on retry.

When retrying to connect to a server, because the previous connection failed,
make sure if we subscribed to the previous connection, the polling flags will
be true for the new fd.

No backport is needed.
src/backend.c
src/stream.c