MEDIUM: connections: Get rid of the recv() method.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 9 Aug 2018 11:06:55 +0000 (13:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2018 15:37:55 +0000 (17:37 +0200)
commitaf4021e680dd463f89f7f295a597ada1db78f5c2
tree269f409da84fa6a555c48cd70e9b69a8f7349508
parent4cf7fb148f8e5f44c5c437ec8431f3ac06968d84
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.
include/types/connection.h
src/checks.c
src/connection.c
src/mux_h2.c
src/mux_pt.c
src/stream_interface.c