commit | af4021e680dd463f89f7f295a597ada1db78f5c2 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <ohouchard@haproxy.com> | Thu Aug 09 13:06:55 2018 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 12 17:37:55 2018 +0200 |
tree | 269f409da84fa6a555c48cd70e9b69a8f7349508 | |
parent | 4cf7fb148f8e5f44c5c437ec8431f3ac06968d84 [diff] |
MEDIUM: connections: Get rid of the recv() method. Remove the recv() method from mux and conn_stream. The goal is to always receive from the upper layers, instead of waiting for the connection later. For now, recv() is still called from the wake() method, but that should change soon.