You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm testing with gin and when r.Use(gzip.Gzip(gzip.DefaultCompression)) middleware is enabled, the messages are not displaied by browser console.
If I understand correctly, gzipping data breaks SSE api but I'm wondering if there is a work around to have best of both worlds?
The text was updated successfully, but these errors were encountered:
Hello,
I'm testing with gin and when
r.Use(gzip.Gzip(gzip.DefaultCompression))
middleware is enabled, the messages are not displaied by browser console.If I understand correctly, gzipping data breaks SSE api but I'm wondering if there is a work around to have best of both worlds?
The text was updated successfully, but these errors were encountered: