1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 01:53:58 +01:00

Using newer Apache common log link

This commit is contained in:
Michael Dowling 2015-06-13 17:03:36 -07:00
parent 861d2da555
commit bcb5f42998

View File

@ -37,7 +37,7 @@ class MessageFormatter
{
/**
* Apache Common Log Format.
* @link http://httpd.apache.org/docs/1.3/logs.html#common
* @link http://httpd.apache.org/docs/2.4/logs.html#common
* @var string
*/
const CLF = "{hostname} {req_header_User-Agent} - [{date_common_log}] \"{method} {target} HTTP/{version}\" {code} {res_header_Content-Length}";