traefik/vendor/github.com/donovanhide/eventsource
Marco Jantke 2c976227dd remove confusing go-marathon log message
Log message produced by go-marathon was:
time="2017-06-28T09:08:19Z" level=debug msg="listenToSSE(): failed to
handle event: failed to decode the event type, content: , error: EOF"

The fix for this was done in the upstream project of go-marathon
donovanhide/eventsource.

Background is that Marathon periodically sends a \n over the SSE
subscription, in order to keep the connection alive. This was parsed as
empty event by the eventsource and published. go-marathon in turn was
not able to do something with this empty event was producing the log
message above. By getting rid of publishing empty events in the
downstream library, we also get rid of this log message.
2017-06-30 22:14:57 +02:00
..
decoder.go remove confusing go-marathon log message 2017-06-30 22:14:57 +02:00
encoder.go Vendor main dependencies. 2017-03-09 13:13:02 +01:00
interface.go Vendor main dependencies. 2017-03-09 13:13:02 +01:00
normalise.go Vendor main dependencies. 2017-03-09 13:13:02 +01:00
repository.go Vendor main dependencies. 2017-03-09 13:13:02 +01:00
server.go update go-marathon to 441a03a 2017-06-14 10:03:49 +02:00
stream.go update go-marathon to 441a03a 2017-06-14 10:03:49 +02:00