Opened 17 years ago

Last modified 4 years ago

#4444 closed

broken pipe issue — at Initial Version

Reported by: vanderkerkoff Owned by: nobody
Component: django-admin.py runserver Version: dev
Severity: Normal Keywords: broken pipe 32
Cc: sandro@…, mpjung@…, German M. Bravo Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description

Hello everyone

I've had a good day looking into this and can't work out what the f*ck is going on.

I've updated my django_src as of today, 31/05/07.

My sites are all running fine, but if I'm using Firefox 2.0.0.4 I'm getting the error below appear in my terminal. It doesn't happen with Safari, but it does screw AB up, only one request gets returned.

Can anyone shed some light on this issue, I'd be really grateful.

Traceback (most recent call last):

File "/usr/local/lib/python2.5/site-packages/django/core/servers/basehttp.py", line 273, in run

self.finish_response()

File "/usr/local/lib/python2.5/site-packages/django/core/servers/basehttp.py", line 312, in finish_response

self.write(data)

File "/usr/local/lib/python2.5/site-packages/django/core/servers/basehttp.py", line 389, in write

self.send_headers()

File "/usr/local/lib/python2.5/site-packages/django/core/servers/basehttp.py", line 441, in send_headers

self.send_preamble()

File "/usr/local/lib/python2.5/site-packages/django/core/servers/basehttp.py", line 372, in send_preamble

self._write('Date: %s\r\n' % time.asctime(time.gmtime(time.time())))

File "/usr/local/lib/python2.5/socket.py", line 261, in write

self.flush()

File "/usr/local/lib/python2.5/socket.py", line 248, in flush

self._sock.sendall(buffer)

error: (32, 'Broken pipe')

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top