Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-05 | Tests: style. | Andrei Zeliankou | 1 | -11/+7 | |
2020-10-07 | Tests: minor fixes. | Andrei Zeliankou | 1 | -2/+1 | |
2020-10-01 | Tests: added ASGI WebSocket. | Max Romanov | 1 | -1/+1 | |
2020-09-22 | Tests: improved response receiving while upgrade. | Max Romanov | 1 | -4/+1 | |
The patch required to process non-101 response. | |||||
2020-09-16 | Tests: migrated to the pytest. | Andrei Zeliankou | 1 | -8/+6 | |
2020-04-03 | Tests: added notification on "read_timeout" expiration. | Andrei Zeliankou | 1 | -2/+14 | |
2020-03-27 | Tests: increase default "read_timeout" to 60s in message_read(). | Andrei Zeliankou | 1 | -1/+1 | |
2020-03-23 | Tests: increase default "read_timeout" value to 60s. | Andrei Zeliankou | 1 | -2/+2 | |
This change is necessary to avoid errors on slow hosts. Also slightly reworked argument passing to the recvall() function. | |||||
2020-05-15 | Tests: style. | Andrei Zeliankou | 1 | -4/+5 | |
2019-11-13 | Tests: fixed websocket tests. | Andrei Zeliankou | 1 | -5/+10 | |
2019-10-23 | Tests: improved handshake for websocket tests. | Andrey Zelenkov | 1 | -6/+14 | |
2019-09-03 | Tests: increased read_timeout for websockets tests. | Andrey Zelenkov | 1 | -2/+6 | |
2019-09-02 | Tests: fixed recv_bytes() in websockets.py. | Andrey Zelenkov | 1 | -9/+3 | |
2019-09-02 | Tests: prevented writing non-chopped frames to the closed socket. | Andrey Zelenkov | 1 | -1/+4 | |
2019-08-30 | Tests: prevented writing to the closed socket for websocket tests. | Andrey Zelenkov | 1 | -1/+4 | |
2019-08-30 | Tests: websockets style fixes. | Andrey Zelenkov | 1 | -9/+9 | |
2019-08-22 | Tests: removed keepalive_interval for websocket tests. | Andrey Zelenkov | 1 | -2/+2 | |
Also increased read_timeout in frame_read() for slow hosts. | |||||
2019-08-22 | Tests: Node.js websockets tests tuned. | Andrey Zelenkov | 1 | -2/+2 | |
2019-08-22 | Tests: Node.js websockets. | Andrey Zelenkov | 1 | -0/+215 | |