Activity
From 02/03/2010 to 02/09/2010
02/08/2010
- 11:22 am Bug #1311: fcgi fails for first request
- See also http://redmine.lighttpd.net/issues/673
- 04:10 am Bug #2144: cgic script dies on/after execution leaving zombie processes
- I was wrong about the daemonize order. However, I still think we should ignore the SIG_CHLD signal after the first fo...
02/07/2010
- 11:00 pm Feature #2163 (New): Multiple use of '?' in mysql-vhost.sql
- Can someone please rewrite the code for mod_mysql_vhost to parse at least two or more occurrences of the questionmark...
- 09:02 pm Revision 2715: - next is 1.4.27
- 08:39 pm Revision 2714: - tagged lighttpd 1.4.26
- 07:51 pm Revision 2713: Add some details to NEWS
- 11:18 am Bug #2144 (Need Feedback): cgic script dies on/after execution leaving zombie processes
- I had a look at the strace too now: every clone i could find had a matching successful waitpid - I don't think there ...
- 10:37 am Bug #2144: cgic script dies on/after execution leaving zombie processes
- cgi processes are certainly not forked while initializing plugins. And processes forked before daemonize() should not...
02/06/2010
- 11:10 pm Bug #2162 (Patch Pending): unaligned requests are not handled async by AIO Sendfile
- When a request is made for a file using the network_linux_aio backend an mmap() is setup, however when the request is...
- 03:46 am Bug #2161: Doesn't support IPv4 address abbreviations
- stbuehler wrote:
> http://tools.ietf.org/html/rfc3986#section-7.4
Ok, agreed. Thanks.
02/05/2010
- 09:20 pm Bug #2161 (Invalid): Doesn't support IPv4 address abbreviations
- http://tools.ietf.org/html/rfc3986#section-7.4
- 09:11 pm Bug #2160 (Invalid): FCGI - printing long long values
- You could try to compile your c app with more warnings enabled if you didn't already; i think it is pretty clear that...
- 08:28 pm Bug #2160: FCGI - printing long long values
- Another try:...
- 02:01 pm Bug #2144: cgic script dies on/after execution leaving zombie processes
- I encounter the same situation when I running my fastcgi program.
This problem is due to that we daemonize the light...
02/04/2010
- 11:26 pm Bug #2161 (Reopened): Doesn't support IPv4 address abbreviations
- > Either point us to the corresponding RFC
It is documented in `man inet` in at least FreeBSD and some Linux distr... - 09:39 pm Bug #2159: src/mod_cgi.c leaks opened file descriptors
- Sorry for the delay, I've re checked and I think no other fd leak is left on
that function now.
The first two return... - 09:18 pm Bug #2161 (Invalid): Doesn't support IPv4 address abbreviations
- Either point us to the corresponding RFC or I fear you have to live with the current behaviour. We´ll not change sth....
- 06:10 pm Bug #2161 (Invalid): Doesn't support IPv4 address abbreviations
- IPv4 addresses may be abbreviated, i.e. 127.1 for 127.0.0.1, however lighttpd doesn't support this, answering with "4...
- 10:13 am Revision 2712: Fix HUP detection in close-state if event-backend doesn't support FDEVENT_HUP (lik...
- 07:58 am Feature #2139: Optimizing buffer_append_long()
- I don't know who told you that, but it is wrong.
Example (i'm on x86_64):
You will see, that the swap with temp... - 12:07 am Feature #2139: Optimizing buffer_append_long()
- Sorry for my late response. The XOR-swap was just an attempt to remove the temporary variable. I think on most common...
02/03/2010
- 10:01 pm Feature #2139 (Wontfix): Optimizing buffer_append_long()
- 04:52 pm Bug #2160: FCGI - printing long long values
- By the way, %lld and %llu formats lead to the same behaviour.
- 04:43 pm Bug #2160 (Invalid): FCGI - printing long long values
- I'm running lighttpd on Debian 5....
- 01:37 pm Feature #2156: request: support Chunked Transfer Coding for HTTP PUT
- Sorry, no. Of course this would be useful, but i don't see it coming in 1.x; the code assumes in too many places to k...
- 01:33 pm Feature #2156: request: support Chunked Transfer Coding for HTTP PUT
- Looks like the 1.4.26 is the place to be, so moving request to 1.4.26 queue.
Also available in: Atom