issues
search
Commit-Boost
/
commit-boost-client
Commit-Boost allows Ethereum validators to safely run MEV-Boost and community-built commitment protocols
https://commit-boost.github.io/commit-boost-client/
Apache License 2.0
80
stars
33
forks
source link
fix: read body in chunks
#164
Closed
ltitanb
closed
1 month ago
ltitanb
commented
1 month ago
Based on feedback from Sigma Prime auditors:
we should load the response body by chunks to avoid loading everything in memory at once
adjust max limits
Based on feedback from Sigma Prime auditors: