diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-23 20:38:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-12-23 20:38:03 +0000 |
commit | 7ea184756f86253c9df662ae7ab3ece1a8508b31 (patch) | |
tree | 21d0af28895ac9d787222209c7c97ba5847be3a8 | |
parent | ba53b64fb040310cfe8fc22f668ee5c744355a92 (diff) |
web commit by JeremyReed: tcpdump
-rw-r--r-- | doc/bugs/CGI_showed_HTML_when_perl_error.mdwn | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/CGI_showed_HTML_when_perl_error.mdwn b/doc/bugs/CGI_showed_HTML_when_perl_error.mdwn index c0ee6c9ef..1cb9b94bc 100644 --- a/doc/bugs/CGI_showed_HTML_when_perl_error.mdwn +++ b/doc/bugs/CGI_showed_HTML_when_perl_error.mdwn @@ -3,3 +3,18 @@ I didn't have Time/Duration.pm installed when I clicked RecentChanges. The perl > I can't reproduce this, I get a properly formatted error page. > If you'd like to send me the page, I can try to figure out what > happened. --[[Joey]] + +>> The page is fine. I can reproduce by just putting a typo or error in a +>> plugin. I used tcpdump. When I am missing plugin I get a newline 0a +>> before Content-Type: + + 0x0030: 0000 0003 0000 0000 0a43 6f6e 7465 6e74 .........Content + +>> And with it working, no newline: + + 0x0030: 0000 0003 0000 0000 436f 6e74 656e 742d ........Content- + +>> I am using mini_httpd. I guess I could try another webserver real quick. +>> +>> --JeremyReed + |