Just switched some downloads over to the Akamai CDN network and I'm seeing some strange stuff in the log files they deliver. A number of entries have the status code 000. When I asked them they said that 000 is the status when the client disconnects without transferring the entire file. Since 000 doesn't appear to be a valid HTTP response code (from the RFC), I have to wonder if that's right.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
There's a knowledge base article which lists their log values:
This is indeed a custom status because the standard log format doesn't include a field which can indicate a client abort. |
|||
|
|
|
It normally means: No valid HTTP response code (ie: Connection failed, or was aborted before any data happened). I would guess that their are either network issues or Akamai isn't managing their webservers correctly. |
|||
|