Julian Ospald
771f7c6892
* First, lower the MaxResponseTime which is used in the Handler to cancel the running goroutines and finalize the result. Since we want to stay below 500ms we cannot pick 500ms, because the finalization steps take some time too. * Second, set WriteTimeout to 500ms in order to make sure the handler never exceeds that timeframe. |
||
---|---|---|
src | ||
.gitignore | ||
go-challenge.txt |