make predicate on io_fh private
[catagits/Catalyst-Runtime.git] / lib / Catalyst.pm
index d16779b..b3b6527 100644 (file)
@@ -1837,7 +1837,7 @@ sub finalize {
     # Support skipping finalize for psgix.io style 'jailbreak'.  Used to support
     # stuff like cometd and websockets
     
-    if($c->request->has_io_fh) {
+    if($c->request->_has_io_fh) {
       $c->log_response;
       return;
     }