https://bz.apache.org/bugzilla/show_bug.cgi?id=66870

            Bug ID: 66870
           Summary: Websocket Reverse procy pass failing on socket close
           Product: Apache httpd-2
           Version: 2.4.57
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_wstunnel
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

The following error's are outputted into the apache log when using apache as a
reverse proxy to a websocket server

[Wed Aug 09 00:27:33.940022 2023] [proxy:error] [pid X:tid X] (70014)End of
file found: [client X.X.X.X:X] X: ap_proxy_transfer_between_connections: error
on origin - ap_pass_brigade
[Wed Aug 09 00:27:33.940073 2023] [proxy:error] [pid X:tid X] [client
X.X.X.X:X] X: proxy: websocket: client flushing failed (-1

This appears when the connection is closed by the websocket client

Config used:

  ProxyPass "/websocket/" "ws://localhost:8443/"
  ProxyPassReverse "/websocket/" "ws://localhost:8443/"

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to