Skip to content
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

handle100Continue parameter is missing in documentation #1145

Open
MogDeChNord opened this issue Jun 21, 2024 · 0 comments
Open

handle100Continue parameter is missing in documentation #1145

MogDeChNord opened this issue Jun 21, 2024 · 0 comments

Comments

@MogDeChNord
Copy link

Hello,

We faced an issue while trying to call an endpoint while passing through a proxy that adds the "Expect 100-continue" header.
The gateway did not answer "100" so the whole call falls in timeout.

While crawling the code we found here that a variable is supposed to handle that:

this.handle100Continue(environment.getProperty(prefix + ".handle100Continue", Boolean.class, FAULT_HANDLE_100_CONTINUE));

but by default set to false.

Fixed by setting the config:

http:
  handle100Continue: true

This parameter is not described in the documentation or maybe somewhere else.

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

No branches or pull requests

1 participant