agola/internal/services/runservice/api
Simone Gotti f7d0950ca1 *: write and flush header on log handlers
Explicitly write and flush the headers in the various services LogHandlers.

Currently the 200 response and the other headers will be automatically written
by the golang http implementation only when we send something in the body. But if
there's nothing to send (no logs yet written) the client will never receive the
headers and cannot know if the request was successful.
2019-11-14 10:52:45 +01:00
..
api.go *: write and flush header on log handlers 2019-11-14 10:52:45 +01:00
executor.go *: improve error handling 2019-11-11 12:17:35 +01:00
maintenance.go runservice: maintenance/export/import 2019-07-29 11:52:30 +02:00