haproxy/include
Olivier Houchard af4021e680 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.
2018-09-12 17:37:55 +02:00
..
common MEDIUM: protocol: sockpair protocol 2018-09-12 07:20:17 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MEDIUM: connections/mux: Add a recv and a send+recv wait list. 2018-09-12 17:37:55 +02:00
types MEDIUM: connections: Get rid of the recv() method. 2018-09-12 17:37:55 +02:00