Activity
From 2006-07-30 to 2006-08-05
2006-08-05
- 01:48 Bug #801 (Invalid): Lighttpd ignores Content-Type extattr
- h2. The Problem
Lighttpd ignores the Content-Type extattr on a file ("wpad.dat") despite being set to use them.
... - 01:16 Bug #758: memory fragmentation leads to high memory usage after peaks
- I can confirm that this is the case, using the FreeBSD port. In my test, it grew faster than that (60M in a couple ho...
- 00:48 Bug #317: exited on signal 11
- Replying to [[lighttpd:ticket:317|wsgtrsys@21cn.com]]:
> i am use freebsd5.4 and lighttpd1.3.16,it work fine ,today ...
2006-08-04
- 14:08 Bug #800 (Fixed): using %0 in url.rewrite-once makes lighttpd segfault whenever a url is about to be rewritten
- When I try and do something like the following:...
- 09:02 Feature #799 (Fixed): mod_fastcgi + X-Sendfile -> mod_staticfile
- hey all,
in mod_fastcgi when used with X-LIGHTTPD-send-file it is now handeled in mod_staticfile (DIRECT).
here...
2006-08-03
- 13:56 Bug #798 (Missing Feedback): cannot send full partial content
- When I call this from PHP:
header("Status: 206 Partial Content");
lighttpd 1.4.11 cuts the HTTP reply at abou... - 13:00 Revision 1249 (svn): http_chunk.[ch] is gone
- 12:59 Revision 1248 (svn): removed http_chunk.c as this now part of the network-encoder for http
- 12:58 Revision 1247 (svn): updated tests as we support Expect 100 now
- 12:57 Revision 1246 (svn): the next release is 1.5.0
- 09:54 Revision 1245 (svn): * con->file_finished 1 is con->send->is_closed = 1 now
- * the plugin-handles have changed
* http_chunk_* is gone and http-chunking is done automaticly
* con->request_content... - 09:49 Revision 1244 (svn): use JSON instead of XML to send the state to the remote side
- 09:48 Revision 1243 (svn): * moved the stream-encoder for http to the http-backend
- * handle connection timeout internally
- 09:47 Revision 1242 (svn): use the http-req-range parser
- 09:46 Revision 1241 (svn): added the new con-states
- 09:45 Revision 1240 (svn): * changed the order of the state-engine to choose a backend as
- soon as we have a request-header
- new states
- old ones are renamed to make sure they have to be patch to work w... - 09:38 Revision 1239 (svn): some formating
- 09:38 Revision 1238 (svn): use the new http_req.c parser to analyse the header
- 09:37 Revision 1237 (svn): added the 'is_closed' flag to signal that there won't be any input into this chunkqueue anymore
- 09:36 Revision 1236 (svn): added FastCGI support to mod_proxy_core
- 09:34 Revision 1235 (svn): integrated the parsers and the testcases into the scons-build process
- 09:33 Revision 1234 (svn): added testcases for the parsers
- 09:33 Revision 1233 (svn): added lemon-based parsers for HTTP-Request headers and Range-Requests
- 09:32 Revision 1232 (svn): moved the definied to parse_status_t to http_parser.h
- as we have several parsers who want to share this type
- 09:30 Revision 1231 (svn): send proper NETWORK_STATUS_* code for EAGAIN
- 09:28 Revision 1230 (svn): only load 128kb in a row to don't run into a endless read scenario
2006-08-02
- 20:34 Bug #757: internal server error gives 200 OK sometimes
- See bug report 756, problem seems to be also gone with that solution
-- jimmy - 20:20 Bug #756: transfer-encoding chunked broken (OSX)
- it get closed in SUBREQUEST_FUNC(mod_cgi_handle_subrequest), because of :...
- 19:11 Bug #756: transfer-encoding chunked broken (OSX)
- Now it's very clear, if EAGAIN happens while reading from the CGI's fd (which does never happen on my OpenBSD test ma...
- 18:09 Bug #756: transfer-encoding chunked broken (OSX)
- I could not reproduce the problem with a small C program, but I am on a completely wrong track there. I was looking f...
- 12:41 Bug #797 (Fixed): mod_ssi <!--#include virtual="..." --> includes the raw file contents rather than running through the request parser
- Where "foo.cgi" is a CGI script, the following:
<!--#include virtual="foo.cgi" -->
...results in the contents o... - 12:30 Feature #796 (Missing Feedback): Not all (useful) mod_ssi directive arguments interpolate variables
- With the example SSI document:
<!-- set var="foo" value="blah-blah-blah.cgi?$QUERY_STRING" -->
<!-- echo var="foo" ... - 12:22 Bug #795 (Obsolete): mod_ssi (apparently) won't echo variables set using #set
- With the sample SSI document:
<!--set var="foo" value="bar" -->
<!--echo var="foo" -->
Result: "(none)"
Expec... - 05:35 Bug #793 (Fixed): Problem on FastCGI protocol when using TCP/IP and large POST data
- dup #794
2006-08-01
- 19:39 Bug #756: transfer-encoding chunked broken (OSX)
- now i'm to the point, that adding any printf() statement to the main polling loop in server.c "fixes" the problem, BU...
- 19:07 Bug #794 (Invalid): Problem on FastCGI protocol when using TCP/IP and large POST data
- When submiting a form, POST method, with a large amount of data, the FCGI_STDIN record type has a wrong content lengt...
- 19:06 Bug #793 (Fixed): Problem on FastCGI protocol when using TCP/IP and large POST data
- When submiting a form, POST method, with a large amount of data, the FCGI_STDIN record type has a wrong content lengt...
- 17:21 Bug #792 (Fixed): pid file gets empty when lighttpd is already running and you try to start it again
- if lighttpd is running, and you try to start it again and it fails (because, for example it can't bind to an already ...
- 15:08 Bug #788 (Fixed): lighttpd-announce mailing list
- It would be really helpful if there was a lighttpd-announce mailing list for update and security bug announcements. T...
- 14:21 Feature #787 (Fixed): mod_cml + "HOST" header support!
- lighttpd developers hello, again...
I use lighttpd-1.4.11 in production with mod_cml.
this code simply adds the... - 00:47 Feature #786: mod_cml + mod_compress NOT A DREAM ANYMORE
- i forgot to add this at the end of the code block,
buffer_free(b_);
thanks,
-- amix.
-- duke.amix - 00:32 Feature #786 (Fixed): mod_cml + mod_compress NOT A DREAM ANYMORE
- lighttpd developers hello, again.
I use lighttpd-1.4.11 in production with mod_cml.
Like before, when i need "E...
2006-07-31
- 21:20 Bug #784 (Fixed): mod_fastcgi crash ?
- lightty unexpectedly crashed - nothing in system log, load was about 1.5-1.6 whcih is normal for that time, ~1.5 out ...
- 20:38 Bug #756: transfer-encoding chunked broken (OSX)
- I came to the point that HTTP/1.0 events also hang and not finish.
The times it works, is with concurrent tests im...
2006-07-30
- 19:44 Bug #756: transfer-encoding chunked broken (OSX)
- I tried the version from DarwinPorts also without success, other event handlers, even compiled an older C compiler wi...
Also available in: Atom