1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 18:10:56 +09:00
ladybird/Userland
Ali Mohammad Pur 65f7e45a75 RequestServer+LibHTTP+LibGemini: Cache connections to the same host
This makes connections (particularly TLS-based ones) do the handshaking
stuff only once.
Currently the cache is configured to keep at most two connections evenly
balanced in queue size, and with a grace period of 10s after the last
queued job has finished (after which the connection will be dropped).
2021-09-19 21:10:23 +04:30
..
Applets ClipboardHistory: Listen for configuration changes 2021-09-18 03:33:25 +00:00
Applications CrashReporter: Add some margin around the backtrace & register views 2021-09-19 17:25:52 +02:00
Demos Fire: Use ElapsedTimer::start_new() 2021-09-12 17:24:44 +00:00
DevTools HackStudio: Make sure Window is destroyed before Application object 2021-09-18 16:45:50 +02:00
DynamicLoader Meta: Switch to a SuperBuild that splits host and target builds 2021-09-15 19:04:52 +04:30
Games Breakout: Tag fallthrough statement 2021-09-15 14:22:34 +00:00
Libraries RequestServer+LibHTTP+LibGemini: Cache connections to the same host 2021-09-19 21:10:23 +04:30
Services RequestServer+LibHTTP+LibGemini: Cache connections to the same host 2021-09-19 21:10:23 +04:30
Shell Shell: Use default instead of an empty constructor/destructor 2021-09-16 17:17:13 +02:00
Utilities AK: Make Utf8View constructors inline and remove C string constructor 2021-09-18 19:54:24 +02:00
CMakeLists.txt