threadpools

This commit is contained in:
MeexReay 2025-04-12 13:51:06 +03:00
parent 396d8918bd
commit 143c701620
4 changed files with 120 additions and 169 deletions

View file

@ -13,7 +13,7 @@ Accept-Encoding: gzip, deflate, br, zstd\r
Accept-Language: en-US,en;q=0.9\r
Cache-Control: no-cache\r
Connection: keep-alive\r
Host: meex.lol\r
Host: git.meex.lol\r
Pragma: no-cache\r
Sec-Fetch-Dest: document\r
Sec-Fetch-Mode: navigate\r
@ -28,7 +28,7 @@ sec-ch-ua-platform: \"Linux\"\r
""")
content_length = 0
while content_length < 14564:
while content_length < 9392:
data = s.recv(1024)
if data:
content_length += len(data)