On Fri, 2007-05-18 at 14:27 -0700, Jon Lesser wrote:
> I tool Malcolm's advice and looked closely at the packets going back
> and forth. Upon pressing an input button nested within an anchor,
> Firefox was sending two identical requests to the server, thus causing
> my code to be executed twice. It seems that after the server responded
> to one of the requests, the socket was closed and the second request
> threw a broken pipe exception.

FWIW, I experienced this also when testing a site I was developing with
another framework, but I never looked into it enough to confirm that it
was Firefox's fault, but I did know IE didn't do it. Perhaps you could
file a bug against Firefox?

Steve


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to