-
Notifications
You must be signed in to change notification settings - Fork 116
break/close the http connection after finish is sent #427
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
base: main
Are you sure you want to change the base?
Conversation
the server might keep the writer open, but the client receiving a "finish" should mean that the stream is done. new messages will create a new connection anyways (meaning: this connection isn't being reused, nor should it).
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
the server might keep the writer open, but the client receiving a "finish" should mean that the stream is done. new messages will create a new connection anyways (meaning: this connection isn't being reused, nor should it).