You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
When Nakadi terminates event stream it just closes connection without sending closing empty chunk.
HTTP clients that strive to conform specifications raise errors as they try to read final chunk on stream that closes. This happens every time the stream is closed by Nakadi.
To conform chunked encoding format Nakadi should send final empty chunk when closing event stream.
The text was updated successfully, but these errors were encountered:
PetrGlad
changed the title
Terminated event streams should conform chunked encoding format.
Terminated event streams should conform chunked encoding format
May 5, 2017
When Nakadi terminates event stream it just closes connection without sending closing empty chunk.
HTTP clients that strive to conform specifications raise errors as they try to read final chunk on stream that closes. This happens every time the stream is closed by Nakadi.
To conform chunked encoding format Nakadi should send final empty chunk when closing event stream.
References:
The text was updated successfully, but these errors were encountered: