-
Notifications
You must be signed in to change notification settings - Fork 576
Using Expect-100 fails on Transfer Encoding Chunk #6121
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
Comments
Moved |
Additional observation from the above comment on the webclient side after testing moving
The |
The issue I have above where I'm not getting the status is because of this: https://github.com/helidon-io/helidon/blob/main/nima/webserver/webserver/src/main/java/io/helidon/nima/webserver/http1/Http1Connection.java#L58 where there is extra |
Afaik it is required by the spec, CRLF at the end of status line and one between optional headers and optional body, when neither optional part is present, required double CRLF is still needed |
Environment Details
Problem Description
When using Expect-100 to send Transfer Encoding Chunk, no response is received. When using this handler, the entity is empty:
The text was updated successfully, but these errors were encountered: