about summary refs log tree commit homepage
path: root/lib/rainbows/revactor/client/methods.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/revactor/client/methods.rb')
-rw-r--r--lib/rainbows/revactor/client/methods.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/revactor/client/methods.rb b/lib/rainbows/revactor/client/methods.rb
index b2e1847..592c996 100644
--- a/lib/rainbows/revactor/client/methods.rb
+++ b/lib/rainbows/revactor/client/methods.rb
@@ -36,7 +36,7 @@ module Rainbows::Revactor::Client::Methods
   end
 
   def write_response(status, headers, body, alive)
-    super(status, headers, body, alive)
+    super(status, headers, body, alive) or return
     alive && @ts and @hp.buf << @ts.leftover
   end