Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Fix a bug in prometheus surfacer's HTTP query handler. #230

Merged
merged 1 commit into from Apr 5, 2019

Conversation

manugarg
Copy link
Contributor

@manugarg manugarg commented Apr 5, 2019

Using a shared "done" channel may result in panic if an ongoing HTTP handler reads the channel before the handler for which the request has actually finished. See #222 for more details.

PiperOrigin-RevId: 242071124

Using a shared "done" channel may result in panic if an ongoing HTTP handler reads the channel before the handler for which the request has actually finished. See #222 for more details.

PiperOrigin-RevId: 242071124
@manugarg
Copy link
Contributor Author

manugarg commented Apr 5, 2019

@mazing80, Just FYI: I am integrating your change through this PR.

@manugarg manugarg merged commit 826e6a1 into master Apr 5, 2019
@manugarg
Copy link
Contributor Author

manugarg commented Apr 5, 2019

Fixes #222.

@mazing80
Copy link
Contributor

mazing80 commented Apr 5, 2019

Thank you!!

@manugarg manugarg deleted the 63729A23134379909BFCA3AC3C378B48 branch April 5, 2019 07:22
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants