Open
Description
I tried to upgrade to your library in one of my projects msgbus in this commit but unfortunately ran into some issues and had to revert
It would appear that the interaction between Logging and GZIP MIddleware is not playing nicely, whereas the old gorilla/websocket
library was handling this fine.
Basic error I'm seeing is:
2022/03/27 02:23:54 http: response.WriteHeader on hijacked connection from github.com/unrolled/logger.(*customResponseWriter).WriteHeader (logger.go:108)
Can we fix this somehow so that your library plays nicely with middleware that wraps it potentially?