Benjamin Sergeant 5c4cc7c50d HTTP/1.1 response should contains a reason (websocket server)
Fix compatibility problem with websockets python library, where the response does not contains a reason

File "/.../lib/python3.7/site-packages/websockets/http.py", line 126, in read_response
version, status_code, reason = status_line[:-2].split(b' ', 2)
ValueError: not enough values to unpack (expected 3, got 2)

The above exception was the direct cause of the following exception:

websockets.exceptions.InvalidMessage: Malformed HTTP message
2019-03-21 13:43:47 -07:00
..
2019-01-04 17:28:13 -08:00
2019-03-20 14:29:02 -07:00
2019-02-20 18:59:07 -08:00
2019-01-05 20:38:43 -08:00
2019-03-15 11:41:57 -07:00
2019-03-15 11:41:57 -07:00
2019-03-15 11:41:57 -07:00
2019-03-15 11:41:57 -07:00
2019-03-20 14:29:02 -07:00
2019-03-19 09:29:57 -07:00
2019-03-20 14:29:02 -07:00
2019-03-14 18:37:38 -07:00
2019-03-14 18:37:38 -07:00
2019-02-28 21:54:03 -08:00
2019-02-28 21:54:03 -08:00
2019-03-19 21:31:43 -07:00
2019-03-19 21:31:43 -07:00
2019-02-28 21:54:03 -08:00
2019-02-28 21:54:03 -08:00
2019-02-28 21:54:03 -08:00