-
Andy Green authored
Server side has had immediate RX flow control for quite a while. But client side made do with RX continuing until what had been received was exhausted. For what Autobahn tests, that's not enough. This patch gives clientside RX flow control the same immediate effect as the server side enjoys, re-using the same code. Signed-off-by:
Andy Green <andy.green@linaro.org>
Andy Green authoredServer side has had immediate RX flow control for quite a while. But client side made do with RX continuing until what had been received was exhausted. For what Autobahn tests, that's not enough. This patch gives clientside RX flow control the same immediate effect as the server side enjoys, re-using the same code. Signed-off-by:
Andy Green <andy.green@linaro.org>