Activity
From 2024-09-08 to 2024-09-14
2024-09-13
- 20:19 Lighttpd Feature #3264: [PATCH] sort by the exact value of mtime or size
- gstrauss wrote in #note-10:
> I have a tentative patch, based on yours but further modified, on my dev branch
> h... - 19:57 Lighttpd Feature #3264: [PATCH] sort by the exact value of mtime or size
- > For the optimizating size of the resulting HTML, I think it should support an option to completely disable client-s...
- 19:40 Lighttpd Feature #3264: [PATCH] sort by the exact value of mtime or size
- Update patch.
- 19:19 Lighttpd Feature #3264: [PATCH] sort by the exact value of mtime or size
- gstrauss wrote in #note-5:
> Instead, maybe we should hard-code @data-value="0"@ for '../' ?
Good idea. I have im... - 19:08 Lighttpd Feature #3264: [PATCH] sort by the exact value of mtime or size
- For the optimizating size of the resulting HTML, I think it should support an option to completely disable client-sid...
- 19:05 Lighttpd Feature #3264: [PATCH] sort by the exact value of mtime or size
- > I think comparing to server-side sorting, like the one implemented in Apache HTTP server, sorting in client-side pr...
- 18:59 Lighttpd Feature #3264: [PATCH] sort by the exact value of mtime or size
- > Just realized this failsafe was implemented for the '../' entry. It is hard-coded to have no data-values, so the so...
- 18:43 Lighttpd Feature #3264: [PATCH] sort by the exact value of mtime or size
- gstrauss wrote in #note-3:
> What do you have in mind? Should this sort of thing be done in javascript on the client... - 17:57 Lighttpd Feature #3264: [PATCH] sort by the exact value of mtime or size
- > This provides multiple benefits. For example, when sorting my mtime, the human-readable date time string is longer ...
- 17:31 Lighttpd Feature #3264: [PATCH] sort by the exact value of mtime or size
- Is this patch addition necessary?...
- 02:03 Lighttpd Feature #3266: $HTTP["localip"]
- Those reading this should discount just about everything said by Anuskuss, since almost all of it is wrong or false.
...
2024-09-12
- 18:37 Lighttpd Feature #3266: $HTTP["localip"]
- In my initial response, I wrote:
> In case my message was not abundantly clear: Do not post here again. Where shou... - 17:55 Lighttpd Feature #3266: $HTTP["localip"]
- > You filed your "feature" request as a "bug".
I did not; I specifically selected "Feature". I created a new issue (... - 16:45 Lighttpd Feature #3266: $HTTP["localip"]
- You filed your "feature" request as a "bug".
You failed to acknowledge that a machine can (and often does) have mult... - 13:22 Lighttpd Feature #3266: $HTTP["localip"]
- This was not a "user question" and I don't need "support". This was a feature request made with an example of how it ...
- 04:18 Lighttpd Feature #3266 (Invalid): $HTTP["localip"]
- This is the lighttpd issue tracker for issues in lighttpd. It is not for user questions. It is not for people who f...
- 00:40 Lighttpd Feature #3266 (Invalid): $HTTP["localip"]
- I want to use some logic involving the current IP of my server, specifically I wanna do
```
$HTTP["remoteip"] == $H... - 08:24 Lighttpd Bug #3265: lighttpd stalls on upload to backend if disk is full
- After cleaning the disk lighttpd did not become responsive without restart, we waited at least 2min.
After restart e... - 08:22 Lighttpd Bug #3265: lighttpd stalls on upload to backend if disk is full
- If the backend to which lighttpd proxies requests is down, then it may appear that lighttpd is unable to send request...
- 08:11 Lighttpd Bug #3265: lighttpd stalls on upload to backend if disk is full
- From the logs:
* error is caused by POST requests with HTTP/1.1
* the proxied backend is down at least 2min before ... - 06:40 Lighttpd Bug #3265: lighttpd stalls on upload to backend if disk is full
- > Some thoughts:
>
> * the process, that fills the disk, is not (only) lighttpd, there is at least one more process ... - 06:07 Lighttpd Bug #3265: lighttpd stalls on upload to backend if disk is full
- I try to collectd today more log messages ...
Some thoughts:
* the process, that fills the disk, is not (only) li...
2024-09-11
- 22:18 Lighttpd Bug #3265 (Need Feedback): lighttpd stalls on upload to backend if disk is full
- So far, I am unable to reproduce reported blocking/hanging error with simple TLS setup proxying to a separate backend...
- 20:53 Lighttpd Bug #3265: lighttpd stalls on upload to backend if disk is full
- Requests were made using TLS (HTTPS).
Linux kernel version from Debian 12 between 6.1.99 and 6.1.106.
HTTP/2 or... - 19:50 Lighttpd Bug #3265: lighttpd stalls on upload to backend if disk is full
- @2024-09-10 11:50:37: (chunk.c.848) write() temp-file /var/cache/lighttpd/uploads/lighttpd-upload-kuqoxM failed: No s...
- 18:11 Lighttpd Bug #3265: lighttpd stalls on upload to backend if disk is full
- Modern lighttpd attempts to use operating-system-specific mechanisms to efficiently write files to disk. For example...
- 13:05 Lighttpd Bug #3265: lighttpd stalls on upload to backend if disk is full
- The affected server ist not under my control anymore (but has been), the issue was only reported to me and solved by ...
- 05:38 Lighttpd Bug #3265: lighttpd stalls on upload to backend if disk is full
- When this occurs, would you @strace@ the lighttpd process and see on what system call lighttpd is blocked?
The int...
2024-09-10
- 13:37 Lighttpd Bug #3265 (Need Feedback): lighttpd stalls on upload to backend if disk is full
- If lighttpd (happened with version 1.4.73) buffers uploads on disk (@server.stream-request-body = 1@) to proxied back...
- 05:43 Lighttpd Feature #3264: [PATCH] sort by the exact value of mtime or size
- Thank you. I will review further later this week.
For others reading this:
HTML data attributes are reasonably well... - 05:37 Lighttpd Bug #3262 (Fixed): Index -1 Out of Bounds Error in http_header_hkey_get Function in Lighttpd
- commit commit:c711dcd4
The issue reported does not cause lighttpd to crash in normal operation. Clang compiling l... - 04:06 Lighttpd Revision 99e7a84a: [mod_auth] HTTP Digest and HTTP/2 extended CONNECT
- HTTP Digest Auth and HTTP/2 extended CONNECT interaction may result in
digest mismatch if an HTTP/2 gateway changes a...
2024-09-09
- 13:39 Lighttpd Feature #3264 (New): [PATCH] sort by the exact value of mtime or size
- This change implements directory list sorting by file modification time or size, with the exact raw values instead of...
- 05:51 Lighttpd Revision c711dcd4: [core] avoid pedantic compiler warning (fixes #3262)
- avoid pedantic clang -fsanitize=undefined compiler warning on ptr math
The existing code did not (and still does not...
Also available in: Atom