]> git.kaiwu.me - haproxy.git/commit
BUG/MEDIUM: h1: Don't try to subscribe if we had a connection error.
authorOlivier Houchard <ohouchard@haproxy.com>
Tue, 11 Jun 2019 14:36:33 +0000 (16:36 +0200)
committerOlivier Houchard <cognet@ci0.org>
Tue, 11 Jun 2019 14:41:24 +0000 (16:41 +0200)
commit92d093d641a709ddd1e89f646a3c653ab56b05cf
treefe627f49f9b07ad0e575a51c92aad1df2b7e1166
parentb5ba2b0177c0964a39500bc6bbf8f467a8401b14
BUG/MEDIUM: h1: Don't try to subscribe if we had a connection error.

If the CO_FL_ERROR flag is set, and we weren't connected yet, don't attempt
to subscribe, as the underlying xprt may already have been destroyed.
src/mux_h1.c