[go-nuts] Re: http ssl "can't identify protocol"

2016-09-20 Thread Greg Saylor
Yeah I'm trying to figure out how to get a concise example of this - my deepest apologies. I did try it with default ListenAndServeTLS and it exhibited the same problem. There is no Hijack calls, x/net/ipv4. This is really pretty bare-bones http service. I'd say its about 100 reqs/sec on one

[go-nuts] Re: http ssl "can't identify protocol"

2016-09-20 Thread James Bardin
It would really help if we had some complete code to reproduce the issue. It sounds like the server isn't closing connections, but with only these simple handlers I don't see where that could happen. Are there any Hijack calls, x/net/ipv4, or network related syscalls anywhere in your code? Doe