Bug#948565: (no subject)

2020-01-10 Thread Daniel Swarbrick
The upstream pull request for opentracing-contrib/go-stdlib which resolved the issue is https://github.com/opentracing-contrib/go-stdlib/pull/26.

Bug#948565: (no subject)

2020-01-10 Thread Daniel Swarbrick
I tracked the problem down to the fact that the http.ResponseWriter is being wrapped by github.com/opentracing-contrib/go-stdlib, causing the Flusher() method to be masked. As a result, the ResponseWriter does not satisfy the http.Flusher interface. I have tested building with a newer version