You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
namusyaka
changed the title
httputil.ReverseProxy, CloseNotify and HTTP 1.1 pipelining
net/http/httputil: ReverseProxy, CloseNotify and HTTP 1.1 pipelining
Feb 19, 2018
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?What did you do?
I use
httputil.ReverseProxy
in order to proxify an apt mirror.What did you expect to see?
My reverse proxy works when I try to do apt update/install
What did you see instead?
apt receive:
and in reverse proxy logs:
More
To reproduce, you can do this reverse proxying (on a linux distrib with apt)
Then modify in your /etc/hosts
and try
or
The text was updated successfully, but these errors were encountered: