Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Internal Server Error - Not actually an error #25

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 1 comment
Closed

Internal Server Error - Not actually an error #25

GoogleCodeExporter opened this issue Apr 6, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

From: 
http://groups.google.com/group/mod-pagespeed-discuss/browse_thread/thread/2a909b
19159dfd37

[Thu Nov 04 14:29:39 2010] [notice] [1104/142939:INFO:net/instaweb/
apache/mod_instaweb.cc(299)] Request headers:\nHTTP/1.1 0 Internal
Server Error\r\nHost: localhost\r\n...

We have seen this as well during testing. I'm pretty sure is not actually a 
server error, but a bad header serialization. We currently use the same class 
for both Request and Response headers, and so the status code is initialized to 
0 for Request headers and never changed or used (only printed). This should 
have no actual affect on your server, but we'll try to get this fixed anyway so 
it's not so disconcerting/confusing :)

Original issue reported on code.google.com by sligocki@google.com on 5 Nov 2010 at 3:29

@GoogleCodeExporter
Copy link
Author

This was fixed with this change:

http://code.google.com/p/modpagespeed/source/detail?r=146

Original comment by jmara...@google.com on 8 Nov 2010 at 3:53

  • Changed state: Fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant