Re: [go-nuts] httputil.ReverseProxy adding 100+ ms of latency on localhost - any ideas?

2016-11-17 Thread Peter Waller
Aha, sounds like the problem I was hitting, described in detail here: https://groups.google.com/d/topic/golang-nuts/UXOVPX4a6uA/discussion I didn't get any responses though so I was thinking it was a peculiarity of my setup and didn't bother to file a bug. If you run your server with GODEBUG=net

[go-nuts] httputil.ReverseProxy adding 100+ ms of latency on localhost - any ideas?

2016-11-15 Thread Tom
Hi guys, I've been working on a HTTP reverse proxy that has an auth/authorization function. It all works well, however I have noticed significant additional latency - and I cannot work out why. From what I can tell, me hitting my service from chrome on localhost should work just fine - I have a