I've got a really strange problem here.  I've tried and tried to work
it out, and have gotten nowhere.

I copied a customer's site as-is to a new server for development.
Everything works as expected on the existing (production) server.

On the new development server, the site works as expected under IE,
but under Firefox, I get a "The connection to (ip) was interrupted
while the page was loading".  Using various http sniffers, it appears
that there is no proper status code being returned.

The operation of the page is such that http requests are redirected to
SSL using the SSLMiddleware module.

Django 0.95, Firefox 2.0.0.1

Relevant code in the views is:

    h = HttpResponse(start + s3 + end)
    h["Content-Type"] = "text/html"

    return h

where start, s3, and end are rendered html pages.

I'm at my wits' end, and I'm not familiar enough with django (although
I'm pretty fluent in python) to know where to start looking.

Thanks *very* much in advance for any assistance that can be given.


--~--~---------~--~----~------------~-------~--~----~
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