mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-11 23:36:26 +00:00
Update vendor
This commit is contained in:
4
vendor/github.com/labstack/echo/middleware/compress.go
generated
vendored
4
vendor/github.com/labstack/echo/middleware/compress.go
generated
vendored
@ -108,8 +108,8 @@ func (w *gzipResponseWriter) Write(b []byte) (int, error) {
|
||||
return w.Writer.Write(b)
|
||||
}
|
||||
|
||||
func (w *gzipResponseWriter) Flush() error {
|
||||
return w.Writer.(*gzip.Writer).Flush()
|
||||
func (w *gzipResponseWriter) Flush() {
|
||||
w.Writer.(*gzip.Writer).Flush()
|
||||
}
|
||||
|
||||
func (w *gzipResponseWriter) Hijack() (net.Conn, *bufio.ReadWriter, error) {
|
||||
|
Reference in New Issue
Block a user