aboutsummaryrefslogtreecommitdiff
path: root/test/test_websockets.py
AgeCommit message (Collapse)Author
2025-03-03[networking] Add `keep_header_casing` extension (#11652)Simon Sawicki
Authored by: coletdjnz, Grub4K Co-authored-by: coletdjnz <coletdjnz@protonmail.com>
2024-08-21[rh:websockets] Upgrade websockets to 13.0 (#10815)coletdjnz
Fixes CI hanging Authored by: coletdjnz
2024-07-14[networking] Add `legacy_ssl` request extension (#10448)coletdjnz
Supported by Urllib, Requests and Websockets request handlers. Ignored by CurlCFFI. Also added couple cookie-related tests. Authored by: coletdjnz
2024-06-12[cleanup] Add more ruff rules (#10149)sepro
Authored by: seproDev Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com> Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
2024-05-18[test] Fix connect timeout test (#9906)coletdjnz
Fixes https://github.com/yt-dlp/yt-dlp/issues/9659 Authored by: coletdjnz
2024-05-11[test] Add HTTP proxy tests (#9578)coletdjnz
Also fixes HTTPS proxies for curl_cffi Authored by: coletdjnz
2024-03-16[test] Workaround websocket server hanging (#9467)coletdjnz
Authored by: coletdjnz
2024-03-04[test:websockets] Fix timeout test on Windows (#9344)sepro
Authored by: seproDev
2024-01-20[test] Skip source address tests if the address cannot be bound to (#8900)coletdjnz
Fixes https://github.com/yt-dlp/yt-dlp/issues/8890 Authored by: coletdjnz
2023-12-20[test:networking] Update tests for OpenSSL 3.2 (#8814)bashonly
Authored by: bashonly
2023-11-20[rh:websockets] Migrate websockets to networking framework (#7720)coletdjnz
* Adds a basic WebSocket framework * Introduces new minimum `websockets` version of 12.0 * Deprecates `WebSocketsWrapper` Fixes https://github.com/yt-dlp/yt-dlp/issues/8439 Authored by: coletdjnz