Closed ssoroka closed 9 years ago
This is because Negroni is wrapping the http.ResponseWriter
in its own structure, so spdy.SPDYversion
can't see the spdy
ResponseWriter
. However, it should still be using SPDY. Negroni doesn't export their ResponseWriter
(negroni.responseWriter
), so it's tricky to solve without Negroni changing their API.
Running spdy with negroni results in no spdy support.
Example code: