diff --git a/main.go b/main.go index 869ef78..f81f075 100644 --- a/main.go +++ b/main.go @@ -25,7 +25,6 @@ func main() { // Create new SSE server s = sse.New() s.AutoStream = true - s.EncodeBase64 = true defer s.Close() // Create new HTTP Server and add the route handler