Optimism is Ethereum, scaled.
Go to file
Matthew Slipper 4ed4ae99ba proxyd: Handle oversize requests/backend responses
Under certain conditions, users could provide batch requests that cause the upstream Geth nodes to return very large responses. These responses were being handled improperly, and rather than returning an error were being truncated and leading to backends being marked as offline. This issue extended to large client requests as well.

This PR also enables `pprof` on proxyd, which was used to debug this problem.
2023-10-21 15:18:53 -06:00
proxyd/proxyd proxyd: Handle oversize requests/backend responses 2023-10-21 15:18:53 -06:00