Actions
Feature #799
closedmod_fastcgi + X-Sendfile -> mod_staticfile
ASK QUESTIONS IN Forums:
Description
hey all,
in mod_fastcgi when used with X-LIGHTTPD-send-file it is now handeled in mod_staticfile (DIRECT).
here is the code:
tags/lighttpd-1.4.11/src/mod_fastcgi.c:2506¶
/* try to use mode->direct instead of the usual joblist */ fcgi_connection_close(srv, hctx); /* tell the server to handle this file through mod_staticfile */ buffer_reset(con->uri.path); buffer_reset(con->physical.path); buffer_copy_string(con->uri.path, ""); buffer_copy_string_buffer(con->physical.path, ds->value); con->mode = DIRECT; joblist_append(srv, con); /* in case we come from the event-handler */ return HANDLER_FINISHED;
-- duke.amix
Files
Updated by gstrauss over 8 years ago
- Related to Feature #2017: X-Sendfile handoff to mod-static-file in 1.4.x added
Updated by gstrauss over 8 years ago
- Related to Feature #2076: X-sendfile should be able to set content-type added
Updated by gstrauss over 8 years ago
- Description updated (diff)
- Status changed from New to Patch Pending
- Assignee deleted (
jan) - Target version set to 1.4.40
Updated by gstrauss over 8 years ago
- Status changed from Patch Pending to Fixed
- % Done changed from 0 to 100
Applied in changeset b9940f9856c166dc7368207d1869cb203774db87.
Actions
Also available in: Atom