From 9361e30b03b7cadfe8d9fbdeb97c7f897494f0fd Mon Sep 17 00:00:00 2001 From: Adria Cidre Date: Mon, 10 Oct 2016 15:59:19 +0200 Subject: [PATCH] Revert "Merge pull request #12 from ernestio/base64" This reverts commit 5965e8ea78c333ee71d196fbe4092d07a52f31bd, reversing changes made to 7f1bdf856c2c14744df32fbcca8b54d3193a5d48. --- main.go | 1 - 1 file changed, 1 deletion(-) 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