Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-1653

Different timeouts per HttpHandler or disable them for WebSockets

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • 2.4.0.Final
    • 2.0.29.Final
    • API, Core, Servlet
    • None

      I'm using a WebSocket server and a normal HTTP server on the same port, and I want to set READ and WRITE_TIMEOUT for the HTTP server to prevent stuck clients.

      If I set the options using setSocketOption on the Undertow Server instance, it's applied for WebSockets too, and all WebSockets connections are closed after the WRITE_TIMEOUT time, making the WebSockets server unusable.

      Is there a way to either use different timeout settings for both paths on the same port, or disable timeout for WebSocket connections?

      Thanks

            flaviarnn Flavia Rainone
            federicojm Federico Mouse (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: