Username
0a53e4457f
rocksock: skip shutdown on never-connected sockets
...
Track connection state with _connected flag. Only call
socket.shutdown() on successfully connected sockets.
Saves ~39s/session on workers (974k disconnect calls).
2026-02-22 13:58:20 +01:00
Username
0c3c7278f5
rocksock: cache SSL contexts to avoid repeated CA store loads
...
CI / syntax-check (push) Failing after 1s
CI / memory-leak-check (push) Successful in 17s
set_default_verify_paths was called per connection (2k+/cycle),
spending ~24s reloading the CA store from disk. Cache two shared
contexts (verify/noverify) at module level instead.
2026-02-17 21:28:36 +01:00
Username
adbe20dae3
cleanup: remove unused imports and dead code
2025-12-26 19:34:23 +01:00
Username
269fed55ff
refactor core modules, integrate network stats
2025-12-25 11:13:20 +01:00
Your Name
37622d8a17
update from twatscrape
2021-07-03 18:47:34 +02:00
Your Name
d3d83e1d90
changes
2021-05-12 08:06:03 +02:00
rofl0r
01435671c1
add latest rocksock
2019-05-01 20:04:30 +01:00
rofl0r
7067a8199f
rocksock: bump to latest
2019-01-10 19:22:21 +00:00
rofl0r
b6839eea79
rocksock/http2: bump to latest
2019-01-08 15:48:38 +00:00
rofl0r
b88a8426dc
rocksock: bump to latest
2019-01-08 04:38:28 +00:00
rofl0r
35421b980e
rocksock: bump to latest
2019-01-08 03:35:40 +00:00
rofl0r
c8d93751fe
rocksock: bump to latest
2019-01-07 02:53:36 +00:00
mickael
62153a6972
bump to latest
2019-01-06 21:34:51 +00:00
mickael
41ce83a963
rocksock.py: bump to latest
2019-01-06 16:06:17 +00:00
mickael
1f33a632fb
update rocksock.py to latest
2019-01-06 04:53:20 +00:00
mickael
85043d8e8a
move includes in root directory
2019-01-05 00:22:28 +00:00