You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by gr...@apache.org on 2003/02/28 05:55:16 UTC

cvs commit: httpd-python/lib/python/mod_python apache.py

grisha      2003/02/27 20:55:16

  Modified:    lib/python/mod_python apache.py
  Log:
  Small problem with ConnectionHandler error output.
  
  Submitted by: Chris Monson <ch...@bouncingchairs.net>
  
  Revision  Changes    Path
  1.68      +1 -2      httpd-python/lib/python/mod_python/apache.py
  
  Index: apache.py
  ===================================================================
  RCS file: /home/cvs/httpd-python/lib/python/mod_python/apache.py,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- apache.py	26 Jan 2003 19:24:42 -0000	1.67
  +++ apache.py	28 Feb 2003 04:55:15 -0000	1.68
  @@ -160,7 +160,6 @@
               # Any other rerror (usually parsing)
               try:
                   exc_type, exc_value, exc_traceback = sys.exc_info()
  -                filter.disable()
                   result = self.ReportError(exc_type, exc_value, exc_traceback, srv=conn.base_server,
                                             phase=filter.name, hname=handler, debug=debug)
               finally: