• Matthew Slipper's avatar
    proxyd: Fix concurrent WS write panic (#2711) · 552cd641
    Matthew Slipper authored
    Fixes a panic in the websocket proxyd logic. Normally, the `clientPump` and `backendPump` methods in `WSProxier` send data in one direction. However, when the client sends an invalid RPC, the `clientPump` will send a response _directly to the client_ in order to avoid unnecessary roundtrips to the backend. This could be interleaved with concurrent writes to the client's WS in `backendPump`, and would cause a panic in the WS library.
    
    To test this, this PR includes a dedicated integration test that reliably triggers the issue. In addition, this PR adds additional testing for WS functionality.
    552cd641
Name
Last commit
Last update
..
batch_timeout.toml Loading commit data...
batching.toml Loading commit data...
caching.toml Loading commit data...
failover.toml Loading commit data...
max_rpc_conns.toml Loading commit data...
out_of_service_interval.toml Loading commit data...
rate_limit.toml Loading commit data...
retries.toml Loading commit data...
whitelist.toml Loading commit data...
ws.toml Loading commit data...