Edgewall Software

Changes between Initial Version and Version 2 of Ticket #4976


Ignore:
Timestamp:
Mar 21, 2007, 10:20:23 PM (17 years ago)
Author:
Matthew Good
Comment:

I'm fixing the description formatting. The {{{ and }}} should be on a separate line for pre-formatted blocks.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4976 – Description

    initial v2  
    11When running trac with fcgi and lighttpd, I observe following messages: It seems that EPIPE is not handled properly.
    22
    3 {{{    File "/usr/lib/python2.4/site-packages/trac/web/_fcgi.py", line 654, in run
     3{{{
     4    File "/usr/lib/python2.4/site-packages/trac/web/_fcgi.py", line 654, in run
    45        self.process_input()
    56    File "/usr/lib/python2.4/site-packages/trac/web/_fcgi.py", line 690, in process_input
     
    2122    File "/usr/lib/python2.4/site-packages/trac/web/_fcgi.py", line 519, in _sendall
    2223        sent = sock.send(data)
    23 socket.error: (32, 'Daten\xc3\xbcbergabe unterbrochen (broken pipe)') }}}
     24socket.error: (32, 'Daten\xc3\xbcbergabe unterbrochen (broken pipe)')
     25}}}