about summary refs log tree commit homepage
path: root/lib/rainbows/ev_core.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-07 17:07:48 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-07 17:07:48 -0800
commit25c9cf0d8420a971840297d9ca62e7dd9c05b09e (patch)
treefefbfa223edf8140683d2cbee98e967e99b5827d /lib/rainbows/ev_core.rb
parent7e4a7225dbd01df27a6b3ec44e53c013b889a724 (diff)
downloadrainbows-25c9cf0d8420a971840297d9ca62e7dd9c05b09e.tar.gz
No point in having too many modules to search around
(for both hackers and the runtime).
Diffstat (limited to 'lib/rainbows/ev_core.rb')
-rw-r--r--lib/rainbows/ev_core.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/ev_core.rb b/lib/rainbows/ev_core.rb
index 79703e6..0bdaab3 100644
--- a/lib/rainbows/ev_core.rb
+++ b/lib/rainbows/ev_core.rb
@@ -22,7 +22,7 @@ module Rainbows::EvCore
       alive = headers.include?(Content_Length) ||
               !!(%r{\Achunked\z}i =~ headers[Transfer_Encoding])
     end
-    write_response(status, headers, body, alive)
+    ev_write_response(status, headers, body, alive)
   end
 
   def post_init