Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Terminated event streams should conform chunked encoding format #644

Open
PetrGlad opened this issue May 5, 2017 · 1 comment
Open

Terminated event streams should conform chunked encoding format #644

PetrGlad opened this issue May 5, 2017 · 1 comment

Comments

@PetrGlad
Copy link
Contributor

PetrGlad commented 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:

@PetrGlad PetrGlad changed the title Terminated event streams should conform chunked encoding format. Terminated event streams should conform chunked encoding format May 5, 2017
@lmontrieux
Copy link
Contributor

Jira ticket ARUHA-832

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants