#16061: Broken Pipe in FireFox
-----------------------------------+-------------------------------
 Reporter:  rowend07@…             |          Owner:  rowend
     Type:  Bug                    |         Status:  new
Milestone:  2.0                    |      Component:  HTTP handling
  Version:  1.3                    |       Severity:  Normal
 Keywords:  broke pipe in firefox  |   Triage Stage:  Unreviewed
Has patch:  1                      |  Easy pickings:  1
-----------------------------------+-------------------------------
 Hi my name is Ramiro Tinoco Duarte also you can callme by my nickname.
 I am a new porgrammer in django.
 And my English is not good.
 But I try to explain the error.

 Enviroment
 SO - Ubuntu 10.10
 web-browser firefox 3.6.17
 django version 1.3

 error

 Traceback (most recent call last):
   File "/usr/local/lib/python2.6/dist-
 packages/django/core/servers/basehttp.py", line 284, in run
     self.finish_response()
   File "/usr/local/lib/python2.6/dist-
 packages/django/core/servers/basehttp.py", line 324, in finish_response
     self.write(data)
   File "/usr/local/lib/python2.6/dist-
 packages/django/core/servers/basehttp.py", line 403, in write
     self.send_headers()
   File "/usr/local/lib/python2.6/dist-
 packages/django/core/servers/basehttp.py", line 467, in send_headers
     self.send_preamble()
   File "/usr/local/lib/python2.6/dist-
 packages/django/core/servers/basehttp.py", line 385, in send_preamble
     'Date: %s\r\n' % http_date()
   File "/usr/lib/python2.6/socket.py", line 318, in write
     self.flush()
   File "/usr/lib/python2.6/socket.py", line 297, in flush
     self._sock.sendall(buffer(data, write_offset, buffer_size))
 error: [Errno 32] Broken pipe
 ----------------------------------------
 Exception happened during processing of request from ('127.0.0.1', 35205)
 Traceback (most recent call last):
   File "/usr/lib/python2.6/SocketServer.py", line 283, in
 _handle_request_noblock
     self.process_request(request, client_address)
   File "/usr/lib/python2.6/SocketServer.py", line 309, in process_request
     self.finish_request(request, client_address)
   File "/usr/lib/python2.6/SocketServer.py", line 322, in finish_request
     self.RequestHandlerClass(request, client_address, self)
   File "/usr/local/lib/python2.6/dist-
 packages/django/core/servers/basehttp.py", line 570, in __init__
     BaseHTTPRequestHandler.__init__(self, *args, **kwargs)
   File "/usr/lib/python2.6/SocketServer.py", line 618, in __init__
     self.finish()
   File "/usr/lib/python2.6/SocketServer.py", line 661, in finish
     self.wfile.flush()
   File "/usr/lib/python2.6/socket.py", line 297, in flush
     self._sock.sendall(buffer(data, write_offset, buffer_size))
 error: [Errno 32] Broken pipe
 ----------------------------------------

 why causes this error in firefox
 put the next html code in a template

 <a href = 'someUrlMaybeOneRealOrOneDoesNotExitOrThisWord' ><button>some
 text<button></a>

 and when you click the button-link the error occurs
 a great broken pipe line

 I apologize for my bads english skills

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16061>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to