Won't Do
Details
Assignee
UnassignedUnassignedReporter
Dominic WatsonDominic WatsonLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
Dominic Watson
Dominic WatsonLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 10 July 2018 at 07:00
Updated 20 May 2021 at 09:19
Resolved 10 July 2018 at 13:11
In LDEV-220, requesttimeout=0 was made to not error, however, for both ACF compatibility and for totally valid developer reasons, this should disable the timeout of the request altogether.
Valid use case: using Java concurrent to start a thread pool / manager / scheduler that run indefinitely and are written in CFML (using CreateDynamicProxy). Right now, if you do this (using CFConcurrent, for example), your logs fill up with errors where Lucee is trying to kill these threads.