Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-08-15 | Fix the tests | Amber Brown | 7 | -60/+49 | |
2018-08-15 | Use a producer to stream back responses | Richard van der Hoff | 1 | -4/+13 | |
The problem with dumping all of the json response into the Request object at once is that doing so starts the timeout for the next request to be received: so if it takes longer than 60s to stream back the response to the client, the client never ge |