commit | 9e5482721db45a461bd9b87579b6e9f2a4cbf5fc | [log] [tgz] |
---|---|---|
author | Alex Robinson <arobinson@cloudflare.com> | Fri Jan 28 13:53:06 2022 -0600 |
committer | Alex Robinson <arobinson@cloudflare.com> | Fri Jan 28 13:53:06 2022 -0600 |
tree | 2178b3a6cbdb275bd4b1ef963282284ff16b8078 | |
parent | 0913e8b57efc584c317c51988c079a56c6c82a94 [diff] |
Fix hang on exception in WebSocket::BlockedPumpTo We need to let both ends of the pipe know that the pump has failed when we encounter an error rather than letting them hang.
Cap‘n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap’n Proto is INFINITY TIMES faster than Protocol Buffers.