You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: for support questions, please use one of these channels: stackoverflow or slack
You want to:
report a bug
request a feature
Current behaviour
Undertow server forcibly add charset into Content-Type header, so response type not recognized as arrayboffer and connection fails with parser error message.
Steps to reproduce (if the current behaviour is a bug)
Server respond with normal handshake, with Content-Type: application/octet-stream; charset=UTF-8
Connection establishing fails
Expected behaviour
Connection succeed
Setup
OS: Win 10
browser: Chrome 70+
engine.io version: 3.3.1
Other information (e.g. stacktraces, related issues, suggestions how to fix)
Note: for support questions, please use one of these channels: stackoverflow or slack
You want to:
Current behaviour
Undertow server forcibly add charset into Content-Type header, so response type not recognized as
arrayboffer
and connection fails withparser error
message.Steps to reproduce (if the current behaviour is a bug)
Content-Type: application/octet-stream; charset=UTF-8
Expected behaviour
Connection succeed
Setup
Other information (e.g. stacktraces, related issues, suggestions how to fix)
Naive fix is extend checks of content type
The text was updated successfully, but these errors were encountered: