Re: [go-nuts] Golang net/http server returning empty packets

2019-01-23 Thread Tom Cook
ng the server with “race detection” turned on - > this might be your best and easiest bet. > > On Jan 22, 2019, at 9:52 AM, Tom Cook > > wrote: > > I have a moderately complex HTTP server written using net/http > HandlerFuncs. Testing one request at a time all is we

[go-nuts] Golang net/http server returning empty packets

2019-01-22 Thread Tom Cook
I have a moderately complex HTTP server written using net/http HandlerFuncs. Testing one request at a time all is well, but when I start putting significant load on it, it sometimes returns empty packets, ie no HTTP response headers, no status code, nothing. The clients are all written using