
cherokee at cherokee-project
Oct 30, 2009, 9:18 AM
Post #1 of 1
(33 views)
Permalink
|
|
[3762] cherokee/trunk/cherokee/connection.c: Adds a new TRACE point.
|
|
Revision: 3762 http://svn.cherokee-project.com/changeset/3762 Author: alo Date: 2009-10-30 17:18:35 +0100 (Fri, 30 Oct 2009) Log Message: ----------- Adds a new TRACE point. Points when a HTTP/1.1 connection does not provide a "Connection" header entry. Modified Paths: -------------- cherokee/trunk/cherokee/connection.c Modified: cherokee/trunk/cherokee/connection.c =================================================================== --- cherokee/trunk/cherokee/connection.c 2009-10-30 16:17:15 UTC (rev 3761) +++ cherokee/trunk/cherokee/connection.c 2009-10-30 16:18:35 UTC (rev 3762) @@ -1895,6 +1895,7 @@ if (conn->header.version == http_version_11) { /* It is needed in HTTP/1.1 */ + TRACE(ENTRIES, "conn %p, HTTP/1.1 with no Host header entry\n", conn); goto error; } break;
|