From 0ec7659198001b5d089161cc5af1afaf647f969c Mon Sep 17 00:00:00 2001 From: Tom Bevan Date: Mon, 10 Oct 2016 16:47:17 +0100 Subject: [PATCH] enabling base64 --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index f81f075..869ef78 100644 --- a/main.go +++ b/main.go @@ -25,6 +25,7 @@ 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