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
(Why this matters: it makes eventsource incompatible with most newer plugins/middleware that use context or that wrap the ResponseWriter like loggers, routers like fasthttp routers, etc.)
Unfortunately, CloseNotify() is deprecated:
"Deprecated: the CloseNotifier interface predates Go's context package. New code should use Request.Context instead." (https://golang.org/pkg/net/http/#CloseNotifier)
The text was updated successfully, but these errors were encountered: