Commit Graph

3 Commits

Author SHA1 Message Date
Julian Ospald 17aa010ebf Use context.Context for cancellation 2017-09-11 16:13:18 +02:00
Julian Ospald 771f7c6892 Meet the 500ms timeout
* 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.
2017-09-11 12:12:23 +02:00
Julian Ospald c76b5266e2 Initial commit 2017-09-11 12:08:43 +02:00