kassner / log-parser

PHP Web Server Log Parser Library
Apache License 2.0
334 stars 64 forks source link

Send Bytes can optionally be '-'. #43

Closed PauluzzNL closed 1 year ago

PauluzzNL commented 4 years ago

Instead of an integer, if no response is returned the sendBytes value can also be a simple dash -.

kassner commented 4 years ago

I'd like to merge this, but tests are failing. Can you implement a test for it, or at least explain how to trigger such log? Which software/version generated it? Thanks!

PauluzzNL commented 1 year ago

Sorry it's been a while and I don't have the corresponding log files anymore. There were generated by Apache 2.4. I'll just leave this for whoever finds it in the future, and if I would run into it again I'll make a new PR.