Your message dated Sat, 10 Jul 2010 10:47:54 +0200
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #533634,
regarding lighttpd-mod-trigger-b4-dl: Fails to send a Content-Length header
which makes most client wait forever
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
533634: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=533634
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lighttpd-mod-trigger-b4-dl
Severity: important
*** Please type your report below this line ***
When trying to access a protected URL the module sends an redirection
header (HTTP 307) but fails to send an Content-Length: 0 header. The RFC
states that it SHOULD send a Content-Length Header an most clients
expect it, waiting forever.
Expected behaviour: It should send an "Content-Length: 0" header.
-- System Information:
Debian Release: 5.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-2-openvz-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -r lighttpd-1.4.19/src/mod_trigger_b4_dl.c lighttpd-1.4.19.dgx/src/mod_trigger_b4_dl.c
428a429,430
> response_header_insert(srv, con, CONST_STR_LEN("Content-Length"), CONST_STR_LEN("0"));
>
441a444
> response_header_insert(srv, con, CONST_STR_LEN("Content-Length"), CONST_STR_LEN("0"));
490a494
> response_header_insert(srv, con, CONST_STR_LEN("Content-Length"), CONST_STR_LEN("0"));
--- End Message ---
--- Begin Message ---
No info provided, closing bug.
Please reopen if necessary.
--- End Message ---