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

extauth hanging forever if request has no body and no Content-Length #1140

Closed
kflynn opened this issue Jan 23, 2019 · 1 comment · Fixed by #1141
Closed

extauth hanging forever if request has no body and no Content-Length #1140

kflynn opened this issue Jan 23, 2019 · 1 comment · Fixed by #1141
Assignees
Labels
p:high Issue is of high importance
Milestone

Comments

@kflynn
Copy link
Member

kflynn commented Jan 23, 2019

If you configure an AuthService with allow_request_body: true, then send a request with no body and no Content-Length header, Envoy will hang for five minutes waiting for the body to arrive, rather than contacting extauth.

(Thanks for the report, @n1koo!)

@kflynn kflynn added kind/bug p:high Issue is of high importance labels Jan 23, 2019
@kflynn kflynn added this to the 0.50.0 GA milestone Jan 23, 2019
@kflynn kflynn reopened this Jan 24, 2019
@kflynn kflynn closed this as completed Jan 29, 2019
@kflynn
Copy link
Member Author

kflynn commented Jan 29, 2019

Fixed in RC6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p:high Issue is of high importance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants