mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-10 07:37:05 +01:00
c3f433ec66
It turns out we were heavily relying on the fact that after each message from the client there'd be a flush, and that there would not be anything after the JSON object we read. This will no longer be the case once we start streaming things or we are very quick in issuing the JSON-RPC requests. This just takes one of the error paths (incomplete read) and makes it into a successful path if we have indeed read a full root element. |
||
---|---|---|
.. | ||
Makefile | ||
run-bolt11.c | ||
run-derive_basepoints.c | ||
run-features.c | ||
run-ip_port_parsing.c | ||
run-json.c | ||
run-sphinx.c |