I'm having a problem w/ Quixote 0.4.3 and Apache (I've had the same problem w/ Apache 2.0 under XP and Apache 1.3.26 under Win2k pro) and IE 6. Specifically: The apps work (both the demo and my own creation), but the HTML content gets truncated in IE6 before the end of the expected returned text. The problem does not occur in NS 4.77. In Apache 2.0, I get an error log entry: [Tue Jan 22 17:23:10 2002] [error] (32557)Socket is not connected: setsockopt(SO_UPDATE_ACCEPT_CONTEXT) failed. In Apache 1.3, I don't, but I suspect that's just better error logging on the part of Apache. 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. Anyone have a clue? --david PS: Note I'm not using mod_python in this configuration.