summaryrefslogtreecommitdiff
path: root/lib/tapicero/json_stream.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tapicero/json_stream.rb')
-rw-r--r--lib/tapicero/json_stream.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/tapicero/json_stream.rb b/lib/tapicero/json_stream.rb
index d906ce2..64b160f 100644
--- a/lib/tapicero/json_stream.rb
+++ b/lib/tapicero/json_stream.rb
@@ -2,8 +2,11 @@ require 'net/http'
require 'uri'
require 'yajl'
-
+# UNUSED: We're currently using couchrest instead as that is what we use all
+# over the place. It internally uses curl to fetch the stream.
+#
# Since Yajl HTTP Stream will go a way in version 2.0 here's a simple substitude.
+#
module Tapicero
class JsonStream