about summary refs log tree commit homepage
path: root/lib/rainbows/reverse_proxy/event_machine.rb
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2015-11-24 22:55:30 +0000
committerEric Wong <e@80x24.org>2015-11-24 22:55:47 +0000
commit4d8edc0200b6adae01549331d1a6e483e5e837b8 (patch)
treeb476bc72b05f0939e42e02920f350e32a8389e81 /lib/rainbows/reverse_proxy/event_machine.rb
parentffd561ec37cc0d1df585e33d281737e21b8f7eb4 (diff)
downloadrainbows-4d8edc0200b6adae01549331d1a6e483e5e837b8.tar.gz
In case Revactor starts being maintained again...
(heck, it was probably the reason I started Rainbows! in the first
place...)

Our ReverseProxy stuff was never complete nor marketed;
and probably not worth keeping around at all.
Diffstat (limited to 'lib/rainbows/reverse_proxy/event_machine.rb')
-rw-r--r--lib/rainbows/reverse_proxy/event_machine.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/reverse_proxy/event_machine.rb b/lib/rainbows/reverse_proxy/event_machine.rb
index 8cb382c..d92254d 100644
--- a/lib/rainbows/reverse_proxy/event_machine.rb
+++ b/lib/rainbows/reverse_proxy/event_machine.rb
@@ -30,7 +30,7 @@ module Rainbows::ReverseProxy::EventMachine
     end
 
     def unbind
-      @env[AsyncCallback].call(@response || Rainbows::ReverseProxy::E502)
+      @env['async.callback'].call(@response || Rainbows::ReverseProxy::E502)
     end
   end