[Jifty-commit] r5982 - in jifty/trunk: lib/Jifty

Jifty commits jifty-commit at lists.jifty.org
Wed Nov 5 17:40:23 EST 2008


Author: alexmv
Date: Wed Nov  5 17:40:22 2008
New Revision: 5982

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/lib/Jifty/Dispatcher.pm

Log:
 r38894 at kohr-ah:  chmrr | 2008-11-05 17:39:50 -0500
  * Closing STDOUT causes Pg to hate us? (!)


Modified: jifty/trunk/lib/Jifty/Dispatcher.pm
==============================================================================
--- jifty/trunk/lib/Jifty/Dispatcher.pm	(original)
+++ jifty/trunk/lib/Jifty/Dispatcher.pm	Wed Nov  5 17:40:22 2008
@@ -861,7 +861,11 @@
     }
 
     # Close the handle down, so the client can go on their merry way
-    close STDOUT unless Jifty->web->request->is_subrequest;
+    # XXX TODO FIXME: Doing this causes tests to explode with "message
+    # type 0x32 arrived from server while idle", which is a mesage
+    # from Postgres.  It's unclear why Pg cares that we closed STDOUT,
+    # but this yak is too big to shave right now.
+    #close STDOUT unless Jifty->web->request->is_subrequest;
 
     # Cleanup
     $self->_handle_stage('CLEANUP');


More information about the Jifty-commit mailing list