I see this often when running the development server. All the pages
seem to render correctly. Can anyone explain what's going on, and
tell me whether I should be concerned? I note that others have asked
this question in the past, but the explanation given at
http://groups.google.com/group/django-users/browse_thread/thread/6691f4357f298ac5
does not apply to me; I'm only navigating after pages are fully redrawn.
Thanks!
----
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/django/core/servers/basehttp.py", line
273, in run
self.finish_response()
File "/usr/lib/python2.4/site-packages/django/core/servers/basehttp.py", line
312, in finish_response
self.write(data)
File "/usr/lib/python2.4/site-packages/django/core/servers/basehttp.py", line
391, in write
self.send_headers()
File "/usr/lib/python2.4/site-packages/django/core/servers/basehttp.py", line
443, in send_headers
self.send_preamble()
File "/usr/lib/python2.4/site-packages/django/core/servers/basehttp.py", line
372, in send_preamble
self._write(
File "socket.py", line 248, in write
self.flush()
File "socket.py", line 235, in flush
self._sock.sendall(buffer)
error: (32, 'Broken pipe')
--
Dave Abrahams
Boost Consulting
www.boost-consulting.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---