ladybird/Userland/Services/RequestServer
rmg-x 10acf3f6c7 RequestServer: Set CURLOPT_CONNECTTIMEOUT instead of CURLOPT_TIMEOUT
Set the connection timeout which only limits the connection phase of the
request.

Previously, CURLOPT_TIMEOUT would apply to all transfer operations which
could result in legitimate upload or download operations being
cancelled.
2024-10-11 13:18:05 +02:00
..
CacheLevel.h RequestServer: Remove now-unused HTTP related code 2024-09-22 06:43:12 +02:00
CMakeLists.txt RequestServer: Remove now-unused HTTP related code 2024-09-22 06:43:12 +02:00
ConnectionFromClient.cpp RequestServer: Set CURLOPT_CONNECTTIMEOUT instead of CURLOPT_TIMEOUT 2024-10-11 13:18:05 +02:00
ConnectionFromClient.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Forward.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
main.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Request.cpp Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
Request.h Meta: Update my e-mail address everywhere 2024-10-04 13:19:50 +02:00
RequestClient.ipc LibWeb+LibRequests+RequestServer: Report network error on request finish 2024-10-10 19:56:11 +01:00
RequestServer.ipc RequestServer: Remove now-unused HTTP related code 2024-09-22 06:43:12 +02:00