Commit Graph

10 Commits (ec2f4bf0823a13043f98f5bd0bf6677837bf09dc)

Author SHA1 Message Date
coletdjnz 6f9e653743
[rh:websockets] Upgrade websockets to 13.0 ()
Fixes CI hanging

Authored by: coletdjnz
coletdjnz 150ecc45d9
[networking] Add `legacy_ssl` request extension ()
Supported by Urllib, Requests and Websockets request handlers. Ignored by CurlCFFI.

Also added couple cookie-related tests.

Authored by: coletdjnz
sepro add96eb9f8
[cleanup] Add more ruff rules ()
Authored by: seproDev

Reviewed-by: bashonly <88596187+bashonly@users.noreply.github.com>
Reviewed-by: Simon Sawicki <contact@grub4k.xyz>
coletdjnz 53b4d44f55
[test] Fix connect timeout test ()
Fixes https://github.com/yt-dlp/yt-dlp/issues/9659

Authored by: coletdjnz
coletdjnz 3c7a287e28
[test] Add HTTP proxy tests ()
Also fixes HTTPS proxies for curl_cffi

Authored by: coletdjnz
coletdjnz f849d77ab5
[test] Workaround websocket server hanging ()
Authored by: coletdjnz
sepro ac340d0745
[test:websockets] Fix timeout test on Windows ()
Authored by: seproDev
coletdjnz 69d3191495
[test] Skip source address tests if the address cannot be bound to ()
Fixes https://github.com/yt-dlp/yt-dlp/issues/8890

Authored by: coletdjnz
bashonly 37755a037e
[test:networking] Update tests for OpenSSL 3.2 ()
Authored by: bashonly
coletdjnz ccfd70f4c2
[rh:websockets] Migrate websockets to networking framework ()
* 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