mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 04:22:45 +02:00
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.