Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

README: fix nginx auth_request example for requests with body #514

Merged
merged 1 commit into from
Jan 16, 2018

Conversation

ploxiln
Copy link
Contributor

@ploxiln ploxiln commented Dec 19, 2017

Nginx never sends the body with the auth_request sub-request, but
keeps the original Content-Length header by default. Without some
config tweaks, this results in the request to /oauth2/auth hanging.

fixes #442

Nginx never sends the body with the auth_request sub-request, but
keeps the original Content-Length header by default. Without some
config tweaks, this results in the request to /oauth2/auth hanging.
@jehiah jehiah added the docs label Dec 20, 2017
@jehiah jehiah added this to the v2.3 milestone Dec 20, 2017
@jehiah jehiah added the bug label Dec 20, 2017
@jehiah jehiah requested a review from talam December 20, 2017 14:07
@talam
Copy link
Contributor

talam commented Jan 16, 2018

LGMT

@talam talam merged commit 1a82180 into bitly:master Jan 16, 2018
@ploxiln ploxiln deleted the readme_auth_request_body branch November 23, 2018 22:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

Successfully merging this pull request may close these issues.

Content-Length forwarded with auth request leading to hanging
3 participants