durusmail: quixote-users: Premature end of web page w/ IE6
Premature end of web page w/ IE6
2002-01-23
2002-01-23
2002-01-23
2002-01-23
Premature end of web page w/ IE6
Andrew Kuchling
2002-01-23
On Wed, Jan 23, 2002 at 10:03:56AM -0800, David Ascher wrote:
>Now, I'm perfectly willing to accept that it's a bug in IE6, but it's
>strange that it only happens with Quixote -- it doesn't happen with the
>apache manual pages, for example, although I do get an error log.

Could it be due to Quixote not flushing its output to the client socket.
Try adding 'file.flush()' to the end of the write() method in
quixote/http_response.py and see if that makes a difference.

--amk


reply