Changeset 465

Show
Ignore:
Timestamp:
07/18/2005 09:22:19 AM (3 years ago)
Author:
jan
Message:

set Date: header for dynamic HTTP/1.0 requests

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/lighttpd-1.3.x/src/response.c

    r409 r465  
    6363        } 
    6464         
    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) { 
    6766                /* HTTP/1.1 requires a Date: header */ 
    6867                BUFFER_APPEND_STRING_CONST(b, "\r\nDate: ");