I use python websocket connect nopoll server, create the issue:
line 141, in read_response
raise EOFError("connection closed while reading HTTP status line") from exc
the python handshake with server in function read_line function receive 0 byte data. no header?
I must use nopoll_conn_opts_add_origin_header ?
my javascript websocket is right to connect the server.
I use python websocket connect nopoll server, create the issue:
line 141, in read_response
raise EOFError("connection closed while reading HTTP status line") from exc
the python handshake with server in function read_line function receive 0 byte data. no header?
I must use nopoll_conn_opts_add_origin_header ?
my javascript websocket is right to connect the server.