1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:37:42 +00:00
serenity/Userland/Libraries/LibGemini
Ali Mohammad Pur 436693c0c9 LibTLS: Use a setter for on_tls_ready_to_write with some more smarts
The callback should be called as soon as the connection is established,
and if we actually set the callback when it already is, we expect it to
be called immediately.
2021-09-19 21:10:23 +04:30
..
CMakeLists.txt
Document.cpp
Document.h
Forward.h
GeminiJob.cpp LibTLS: Use a setter for on_tls_ready_to_write with some more smarts 2021-09-19 21:10:23 +04:30
GeminiJob.h RequestServer+LibHTTP+LibGemini: Cache connections to the same host 2021-09-19 21:10:23 +04:30
GeminiRequest.cpp
GeminiRequest.h
GeminiResponse.cpp
GeminiResponse.h
Job.cpp Userland: Migrate to argument-less deferred_invoke 2021-09-02 03:47:47 +04:30
Job.h RequestServer+LibHTTP+LibGemini: Cache connections to the same host 2021-09-19 21:10:23 +04:30
Line.cpp