-
Notifications
You must be signed in to change notification settings - Fork 206
Fix long running streams in tcp stream #954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix long running streams in tcp stream #954
Conversation
8eec0d2 to
99f0aff
Compare
VadimZhestikov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
99f0aff to
10a87b6
Compare
10a87b6 to
17a27e1
Compare
VadimZhestikov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
17a27e1 to
2dbd4af
Compare
VadimZhestikov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
2dbd4af to
64ac2ff
Compare
This allows to stream long tcp streams or large http response bodies with low memory consumption. This works only for qjs engine, because njs has no GC. This fixes nginx#943 issue on Github.
64ac2ff to
14cb3b3
Compare
No description provided.