Activity
From 2021-09-25 to 2021-10-01
2021-10-01
- 20:11 Revision faf76be1: [core] chunkqueue_mmap_chunk_len() for code reuse
- (pull some code into smaller routines for potential code reuse)
- 10:39 Revision 6e4cc3b0: [core] read files into mem when framed for HTTP/2
- 10:39 Revision e4cf6998: [core] limit initial response header backend read
- 10:39 Revision b5d41691: [core] allow up to 32k of data frames per stream
- allow up to 32k of data frames per stream per round
(previously limited to single max_frame_size (default 16k))
For ... - 10:39 Revision 62dc817c: [core] h2_send_cqdata() returns how much data sent
- 10:39 Revision 042622c8: [core] use pread() to skip lseek()
- 10:39 Revision 60a1224c: [core] fix typo in h2_send_cqdata()
- fix typo in h2_send_cqdata(); no impact in practice since only caller,
connection_state_machine_h2() already limits d... - 10:39 Revision 39c0c2c3: [core] cap size of data framed for HTTP/2 response
- cap size of data framed for HTTP/2 response until more data sent to
client
make sure to reschedule connection in job... - 10:39 Revision ed2c6983: [tests] ignore SIGINT, SIGUSR1 in fcgi-responder
- ignore SIGINT, SIGUSR1 in fcgi-responder if HAVE_SIGNAL is defined
(must be defined separately since config.h is not ... - 10:39 Revision 41c3cc09: [core] disable server.graceful-restart-bg if spawn
- disable server.graceful-restart-bg if spawning gateway backends
via *.server "bin-path" - 10:39 Revision ff45d586: [multiple] clarify error msg when no cert avail
- 10:39 Revision 6e45cff0: [core] disable streaming response with authorizer (fixes #3106)
- disable streaming response while processing "authorizer" mode
until "authorizer" response 200 OK from the backend is ... - 10:38 Bug #3106 (Fixed): FastCGI authorizer hang with server.stream-response-body
- Reported by jefftharris in https://redmine.lighttpd.net/boards/2/topics/9969
> OS: Linux 4.4
> Version: lighttpd/...
2021-09-30
- 21:34 Revision dd23fcb2: [mod_cgi] improve chunk buffer reuse from backends
- mark and temporarily defer event handling of backend events in order
to handle at same time as the associated front-e... - 21:34 Revision bee35b48: [core] improve chunk buffer reuse from backends
- mark and temporarily defer event handling of backend events in order
to handle at same time as the associated front-e... - 21:34 Revision cb7deb49: [core] remove obsolete comment about r->gw_dechunk
- r->gw_dechunk->b is not a candidate for using generic chunk buffers.
chunked headers are generally smaller and fit in... - 21:34 Revision 8e6dc4fe: [core] fix chunked decoding from backend (#3044, #3046)
- fix edge case for initial chunked data
(bug introduced in lighttpd 1.4.56)
If chunked header received without data b... - 21:34 Revision 6e62b842: [core] splice() data from backends to tempfiles
- splice() data from backends to tempfiles (where splice() is available);
reduce copying data to userspace when writing... - 21:34 Revision 6bd6226e: [multiple] avoid empty chunks in chunkqueue
- (This might render some calls to chunkqueue_remove_finished_chunks()
no longer necessary) - 21:34 Revision 4d99d9b7: [multiple] check feature flags funcs; code reuse
- config_feature_bool()
config_feature_int() - 21:34 Revision f37847b1: [core] _WIN32 impl of fdevent_mkostemp()
- 21:34 Revision cc2fcd3e: [multiple] _WIN32 fdevent_pipe_cloexec()
- Note: Under _WIN32, serious limitation in Windows APIs:
select() and WSAPoll() operate only on sockets (not pipes)
... - 21:34 Revision 5cab11b7: [build] check for pread(), pwrite(), splice()
- 21:34 Revision 9f62f1b1: [multiple] fdevent_mkostemp()
- fdevent_mkostemp() with flags arg so that caller can pass O_APPEND
renamed from fdevent_mkstemp_append(), previously... - 21:34 Revision 2e60c4e0: [core] remove redundant checks for tempfile chunk
- remove redundant checks for tempfile chunk reuse
c->file.is_temp is only set if c->type == FILE_CHUNK is also true
T... - 21:34 Revision d530a49d: [core] chunkqueue_get_append_newtempfile()
- rename chunkqueue_get_append_tempfile()
-> chunkqueue_get_append_newtempfile()
pull some code from chunkqueue_ap... - 21:34 Revision b9f143be: [core] create temp file name in chunk buffer
- create temp file name directly in chunk buffer
rather than using a separate allocation - 21:33 Revision 0b6de090: [core] option: errorlog high precision timestamps
- server.feature-flags += ("server.errorlog-high-precision" => "enable")
Note: if using syslog() for errorlog, modern ... - 21:31 Bug #3105 (Patch Pending): missing ( in log lines from mod_auth
- Thanks for the report.
This is already fixed in development and will be on the lighttpd master branch soon.
https... - 21:25 Bug #3105 (Fixed): missing ( in log lines from mod_auth
- Error log lines printed from mod_auth don't contain an open parenthesis.
Example:
2021-09-30 16:20:42: mod_auth.c... - 19:59 Bug #3063: websocket proxy fails if 101 Switching Protocols from backend includes Content-Length
- Thanks for the ping. FYI: lighttpd 1.4.60 is gearing up to be released in the next week or so.
- 10:52 Bug #3063: websocket proxy fails if 101 Switching Protocols from backend includes Content-Length
- Just a feedback. I tested this bug is fixed in the current git repo.
I also created an ArchLinux AUR package at
...
2021-09-28
- 15:05 Revision f19f7162: [multiple] internal control for backend read bytes
- separate internal control for backend max_per_read
When not streaming, large reads will be flushed to temp files on ...
2021-09-25
- 20:03 Bug #3084: Memory fragmentation with HTTP/2 enabled
- FYI: There is a new set of patches on my dev branch which dramatically increases buffer reuse when processing request...
Also available in: Atom