-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
We ran into issues with too many open files due to TCP threads not closing. Undertow should provide default read and write timeouts for HTTP and HTTPS listeners.
<xs:complexType name="socket-options-type"> <xs:attribute name="receive-buffer" type="xs:int"/> <xs:attribute name="send-buffer" type="xs:int"/> <xs:attribute name="tcp-backlog" type="xs:int" default="10000"/> <xs:attribute name="tcp-keep-alive" type="xs:boolean"/> <xs:attribute name="read-timeout" type="xs:long"/> <xs:attribute name="write-timeout" type="xs:long"/> <xs:attribute name="max-connections" type="xs:int"/> </xs:complexType>
read-timeout and write-timeout should have default timeouts.
- incorporates
-
WFLY-17646 Fix Jakarta EE 10 TCK failures in dateTimeTest_from_appmanaged + dateTimeTest_from_stateful3
- Closed
- is blocked by
-
WFLY-15850 Bump the Undertow subsystem model version and schema to 13
- Closed
- is documented by
-
WFLY-15454 Document default R/W timeouts for socket listeners
- Resolved
- is related to
-
UNDERTOW-1704 Probable file descriptor leak during testsuite execution
- Open
- relates to
-
WFLY-17646 Fix Jakarta EE 10 TCK failures in dateTimeTest_from_appmanaged + dateTimeTest_from_stateful3
- Closed