commit | d58f27feadbc71c947fa0810f49552a94c60dc9a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jun 03 10:12:22 2019 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 03 10:17:12 2019 +0200 |
tree | 0252e964b71e2ef9a9bae993c38a3fe6e49bd167 | |
parent | 694fcd0ee491d61f4374939dbc68d1d9f222f953 [diff] |
MINOR: mux-h1: don't try to recv() before the connection is ready Just as we already do in h1_send(), if the connection is not yet ready, do not proceed and instead subscribe. This avoids a needless recvfrom() and subscription to polling for a case which will never work since the request was not even sent.