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

[oauth] Fix a bug in http_token. #371

Merged
merged 2 commits into from
May 3, 2023
Merged

[oauth] Fix a bug in http_token. #371

merged 2 commits into from
May 3, 2023

Conversation

manugarg
Copy link
Contributor

@manugarg manugarg commented May 3, 2023

We were using a buffered reader for the HTTP body, which meant that once
the request body is read, it will be empty unless we reset it.

Currently using the same type of reader as the one used in the
probes/http package. I'll eventually move this to a common package.

We were using a buffered reader for the HTTP body, which meant that once
the request body is read, it will be empty unless we reset it.

Currently using the same type of reader as the one used in the
probes/http package. I'll eventually move this to a common package.
@manugarg manugarg merged commit d1b645b into master May 3, 2023
7 checks passed
@manugarg manugarg deleted the http_token branch May 3, 2023 17:23
@manugarg manugarg added this to the v0.12.7 milestone May 3, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant