mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
4d1ef3bac4
This is an attempt to amelioriate the situation found in #2384 where we see the cURL connect() failing to complete. Based on the pcap from the bug log, we believe that RISC OS is likely failing to signal the completion of the connection to cURL. As such, cURL times out. This change permits retries of timed out connections in the hope that a fresh socket FD might subsequently function correctly. The defaults chosen mean that the previous behaviour of 30 seconds before timeout is reported will remain the same, but in that time we will make 3 separate attempts to connect the socket. |
||
---|---|---|
.. | ||
fetchers | ||
backing_store.h | ||
content_factory.c | ||
content_factory.h | ||
content_protected.h | ||
content_type.h | ||
content.c | ||
content.h | ||
dirlist.c | ||
dirlist.h | ||
fetch.c | ||
fetch.h | ||
fetchers.h | ||
fs_backing_store.c | ||
hlcache.c | ||
hlcache.h | ||
llcache.c | ||
llcache.h | ||
Makefile | ||
mimesniff.c | ||
mimesniff.h | ||
no_backing_store.c | ||
urldb.c | ||
urldb.h |