Ticket #1100: write_request_ts.patch

File write_request_ts.patch, 434 bytes (added by norox, 18 months ago)

patch

  • src/connections.c

    diff -Nu tmp/src/connections.c lighttpd-1.5.0-r1691/src/connections.c
    old new  
    183183 
    184184static int connection_handle_response_header(server *srv, connection *con) { 
    185185        int no_response_body = 0; 
     186         
     187        con->write_request_ts = srv->cur_ts; 
    186188 
    187189        if (con->mode == DIRECT) { 
    188190                /* static files */