aboutsummaryrefslogtreecommitdiffstats
path: root/lib/plum/client/response.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plum/client/response.rb')
-rw-r--r--lib/plum/client/response.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plum/client/response.rb b/lib/plum/client/response.rb
index 9e50f02..2cc01a8 100644
--- a/lib/plum/client/response.rb
+++ b/lib/plum/client/response.rb
@@ -12,6 +12,7 @@ module Plum
@failed = false
@body = []
@auto_decode = auto_decode
+ @on_chunk = @on_finish = nil
end
# Returns the HTTP status code.