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
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