Ticket #1100: write_request_ts.patch
| File write_request_ts.patch, 434 bytes (added by norox, 18 months ago) |
|---|
-
src/connections.c
diff -Nu tmp/src/connections.c lighttpd-1.5.0-r1691/src/connections.c
old new 183 183 184 184 static int connection_handle_response_header(server *srv, connection *con) { 185 185 int no_response_body = 0; 186 187 con->write_request_ts = srv->cur_ts; 186 188 187 189 if (con->mode == DIRECT) { 188 190 /* static files */

