HttpServer fails to work with Unix sockets #45977
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
library-_http
Creating an HttpServer with a Unix socket fails to accept connection, due to attempting to set the TCP_NO_DELAY socket option on the sockets, which is not supported for this socket type.
e.g.
Connecting using an HTTP client...
...causes the server to hit an exception:
Note that this exception only occurs with a fix to Socket.setOption, since it currently hits an assertion with Unix sockets.
The text was updated successfully, but these errors were encountered: