Make the read and write buffer sizes for the requests handled, respectively responses created by heimdall configurable #704
Labels
feature
Used for new features
Milestone
Preflight checklist
Describe the background of your feature request
As of today, the read and write buffer sizes for the requests are set to 4k (the default used by fasthttp used by heimdall for HTTP handling). If the requests sent to heimdall, or the response generated by heimdall exceed these limits, the connection will more or less silently fail.
Describe your idea
Make the buffer sizes configurable
Are there any workarounds or alternatives?
Reduce the sizes of the requests, which is hardly possible
Version
v0.8.2-alpha
Additional Context
No response
The text was updated successfully, but these errors were encountered: