Project

General

Profile

Activity

From 2011-10-04 to 2011-10-10

2011-10-10

15:36 Feature #2352: Send Last-Modified header when sendfile is used
wrong bugtracker, and feel free to extend the lua script we have right now. stbuehler
15:31 Feature #2352: Send Last-Modified header when sendfile is used
What about 2.0? Olaf-van-der-Spek
15:24 Feature #2352 (Wontfix): Send Last-Modified header when sendfile is used
If it makes you happy i can change it from Invalid to Wontfix. I'm not working on 1.5, and i doubt i have the time to... stbuehler
13:52 Feature #2352: Send Last-Modified header when sendfile is used
Stefan?
ETag support is related too I think.
Olaf-van-der-Spek

2011-10-05

15:40 Bug #2351 (Fixed): Looks like a bug on mod_status.c
Applied in changeset r2805. stbuehler
15:35 Bug #2351: Looks like a bug on mod_status.c
good catch. i will commit it soon :) stbuehler
15:39 Revision 2805 (svn): Fix mod_status bug: always showed "0/0" in the "Read" column for uploads (fixes #2351)
stbuehler
13:39 Revision f15ee9be: Fix mod_status bug: always showed "0/0" in the "Read" column for uploads (fixes #2351)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2805 152afb58-edef-0310-8abb-c4023f1b3aa9 stbuehler

2011-10-04

13:24 Feature #2352: Send Last-Modified header when sendfile is used
The backend might not know when the file was last modified. Even if it does, you'd then also have to duplicate the If... Olaf-van-der-Spek
13:16 Feature #2352: Send Last-Modified header when sendfile is used
ah. well, still no.
mod_staticfile only sends last-modified if it found a mimetype; not finding a mimetype default...
stbuehler
13:04 Feature #2352: Send Last-Modified header when sendfile is used
I meant the X-Sendfile FastCGI header. Not sendfile(). Olaf-van-der-Spek
12:55 Feature #2352 (Invalid): Send Last-Modified header when sendfile is used
I'm pretty sure this is totally unrelated. stbuehler
12:53 Feature #2352 (Fixed): Send Last-Modified header when sendfile is used
Could Lighttpd send the Last-Modified header when sendfile is used, like it does for normal static files? Olaf-van-der-Spek
09:29 Bug #2351 (Fixed): Looks like a bug on mod_status.c
On mod_status.c line 490:
if (con->request.content_length) {
I think that it should be:
if (c->request.conte...
sandbird
04:08 Bug #1828: REDIRECT_STATUS == 200 on 404 redirect
Unfortunately your solution doesn't address the problem. Your code returns a HTTP 404 error to the browser, but the ... Malvineous
 

Also available in: Atom