[erlang-patches] Fix to mod_log logging of content length
Garrett Smith
g@REDACTED
Sun Sep 25 06:57:00 CEST 2011
- Previous message (by thread): [erlang-patches] Removes exec bit from code base in files: erl, hrl, xml, html, asn, gif, xpm, make, C, info files, dat, bat
- Next message (by thread): [erlang-patches] Fix to mod_log logging of content length
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
git fetch git://github.com/gar1t/otp.git mod_log-fix
https://github.com/gar1t/otp/compare/mod_log-fix
https://github.com/gar1t/otp/compare/mod_log-fix.patch
mod_log was logging response content length as a string, which was
formatted in the log as an Erlang integer list.
It uses integer for Bytes transferred everywhere else.
This fix converts content length from a string to an integer, which
corrects the log formatting problem.
- Previous message (by thread): [erlang-patches] Removes exec bit from code base in files: erl, hrl, xml, html, asn, gif, xpm, make, C, info files, dat, bat
- Next message (by thread): [erlang-patches] Fix to mod_log logging of content length
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the erlang-patches
mailing list