We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When request with header "Expect: 100-continue" is received by Helidon server, it automatically responds with "100 Continue".
The webserver implementation must have means to respond with "417 Expectation Failed" if that is appropriate in given context.
This ticket partially responds to the question I originally raised as #4881
The text was updated successfully, but these errors were encountered:
Fixed
Sorry, something went wrong.
danielkec
Successfully merging a pull request may close this issue.
Environment Details
Problem Description
When request with header "Expect: 100-continue" is received by Helidon server, it automatically responds with "100 Continue".
The webserver implementation must have means to respond with "417 Expectation Failed" if that is appropriate in given context.
This ticket partially responds to the question I originally raised as #4881
PRs:
The text was updated successfully, but these errors were encountered: