Changeset 465
- Timestamp:
- 07/18/2005 09:22:19 AM (3 years ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.3.x/src/response.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.3.x/src/response.c
r409 r465 63 63 } 64 64 65 if (con->request.http_version == HTTP_VERSION_1_1 && 66 (con->parsed_response & HTTP_DATE) == 0) { 65 if ((con->parsed_response & HTTP_DATE) == 0) { 67 66 /* HTTP/1.1 requires a Date: header */ 68 67 BUFFER_APPEND_STRING_CONST(b, "\r\nDate: ");

