Feature #1966
mod_secdownload timeout too small
| Status: | Fixed | Start date: | 2009-04-23 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 100% | |
| Category: | mod_secdownload | |||
| Target version: | 1.4.24 | |||
| Missing in 1.5.x: |
Description
Hi,
referring to http://redmine.lighttpd.net/boards/3/topics/463 I will open a ticket.
We also have the problem, that the value is too small. We need timeout values from 48hours (172800 seconds) and above.
It would be fine, if you can change the datatype of that value to something bigger than ushort.
Thank you very much!
Daniel
my system: debian lenny with 1.4.19-5
Associated revisions
Add T_CONFIG_INT for bigger integers from the config (needed for #1966)
Use unsigned int for secdownload.timeout (fixes #1966)
Use unsigned int for secdownload.timeout (fixes #1966)
History
#1 Updated by icy about 4 years ago
- Target version changed from 1.4.19 to 1.4.x
#2 Updated by virbyte about 4 years ago
- File secdownload-int.patch
added - Status changed from New to Patch Pending
easy change.
#3 Updated by virbyte about 4 years ago
- File lighttpd-1.4.x-add-T_CONFIG_INT.patch
added - File lighttpd-1.4.x-short-to-int.patch
added
added patches for 1.4.x
#4 Updated by virbyte about 4 years ago
- File lighttpd-1.4.x-add-T_CONFIG_INT-fixed.patch
added
fixed the T_CONFIG_INT patch (?)
#5 Updated by stbuehler about 4 years ago
- Target version changed from 1.4.x to 1.4.24
#6 Updated by stbuehler almost 4 years ago
- Status changed from Patch Pending to Fixed
- % Done changed from 0 to 100
Applied in changeset r2548.
Also available in: Atom