-
Notifications
You must be signed in to change notification settings - Fork 13
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
mitm: TestProxyGoogleCom Unsolicited response received on idle HTTP channel starting with "\r\n"; err=<nil> #357
Comments
This is because we are using HEAD
when changed to GET all works fine. |
It can be reproduced with curl
HTTPBIN is OK
|
I opened an issue in Go golang/go#62015 |
mmatczuk
added a commit
that referenced
this issue
Aug 14, 2023
…EAD response This works around golang/go#62015 by manually writing response to HEAD requests. Fixes #357
Choraden
pushed a commit
that referenced
this issue
Aug 31, 2023
…EAD response This works around golang/go#62015 by manually writing response to HEAD requests. Fixes #357
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Google test with MITM returns additional \r\n".
It is reproducible with 90% probability.
The text was updated successfully, but these errors were encountered: