From acaf39735019fae4a805bbf761acde6afd96c96b Mon Sep 17 00:00:00 2001
From: Nikolay Kim <fafhrd91@gmail.com>
Date: Mon, 23 Oct 2017 16:04:31 -0700
Subject: [PATCH] disable h2 for release

---
 Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 16daf439..6b37c4ff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,7 +24,7 @@ path = "src/lib.rs"
 default = []
 
 # http/2
-http2 = ["h2"]
+# http2 = ["h2"]
 
 [dependencies]
 log = "0.3"
@@ -46,7 +46,7 @@ futures = "0.1"
 tokio-core = "0.1"
 tokio-io = "0.1"
 tokio-proto = "0.1"
-h2 = { git = 'https://github.com/carllerche/h2', optional = true }
+# h2 = { git = 'https://github.com/carllerche/h2', optional = true }
 
 [dependencies.actix]
 version = "0.3"