On Tuesday 31 January 2006 11:27, Sam Varshavchik wrote:
+++ sqwebmail.h 31 Jan 2006 00:09:47 -0000
-#define SOCKENVIRONLEN 4096
+#define SOCKENVIRONLEN 8192
I thought about it and decided to commit this.
Excellent, thank you Sam.
I am still somewhat curious
at what exactly is MSIE spewing that's so voluminous. If you can reproduce
the MSIE behavior yourself, put this in your cgi-bin directory:
Done that but I'm struggling to find anyone here abouts using IE
that is savvy enough to follow this simple procedure and email the
results back to me so I can forward them on.
chmod +x it, and open it in the browser to see the CGI environment. A
better, final solution would be to figure out what extra crap MSIE is
spewing and filter it out.
The first time I pointed my konqueror browser at that CGI env script
I got a result where the DOCUMENT_ROOT and SERVER_ADMIN values had
large chunks of HTML as the values. The DOCUMENT_ROOT value had the
second half of the sqwebmail login panel (seeing I had just logged
in) with 1/2 dozen binary chars after the final </html> tag. I didn't
manage to capture that dump and haven't been able to repeat it since.
Ah! I just got the CGI error with Firefox 1.5 but the following envtest
lookup was perfectly normal. I'll send an env dump as soon as I get one.
--markc