Remove strptime failed message (fixes #2031)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2593 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.24
Stefan Bühler 14 years ago
parent 8a24665a81
commit 8629831df2

@ -24,6 +24,7 @@ NEWS
* Use connection_reset instead of handle_request_done for cleanup callbacks
* Change mod_expire to append Cache-Control instead of overwriting it (fixes #1197)
* Allow all comparisons for $SERVER["socket"] - only bind for "=="
* Remove strptime failed message (fixes #2031)
- 1.4.23 - 2009-06-19
* Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)

@ -336,8 +336,6 @@ int http_response_handle_cachable(server *srv, connection *con, buffer *mtime) {
/**
* parsing failed, let's get out of here
*/
log_error_write(srv, __FILE__, __LINE__, "ss",
"strptime() failed on", buf);
return HANDLER_GO_ON;
}
t_header = mktime(&tm);

Loading…
Cancel
Save