Running: Apache/2.2.15 (Unix)
Anyone see an HTTP status code "120020" in their logs?
Our access logs include the HTTP status code so the format is
... GET "/some_path HTTP/1.1" 200 ...
But sometimes I see: ... HTTP/1.1" 120020 ...
And then there's an entry in the error log:
(103) Software caused connection abort
Very odd to see that status code. My assumption is those are clients that have disconnected before the response is returned.