Skip to content

Conversation

@joyqi
Copy link
Contributor

@joyqi joyqi commented Feb 19, 2025

In scenarios where the reverse proxy needs to handle large files, it can run out of memory and cause an OOM error. To prevent this, it’s necessary to enable the StreamResponseBody option in fasthttp and use MaxResponseBodySize to set the buffer size. Therefore, I have added a WithStreamResponseBody method to implement this functionality.

Ref: valyala/fasthttp#1948

@yeqown yeqown merged commit a93a267 into yeqown:master Feb 28, 2025
1 check passed
@yeqown
Copy link
Owner

yeqown commented Mar 1, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants