mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
a5766db2b9
cURL will prevent channel reuse if NTLM auth is enabled because NTLM authenticates a channel not a request. As such we were unable to reuse curl handles since we handed off connection reuse to curl instead of our own handle cache. This mitigates the effect, though curl authors are looking at fixing it upstream too. Fixes: #2707 Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> |
||
---|---|---|
.. | ||
about.c | ||
about.h | ||
curl.c | ||
curl.h | ||
data.c | ||
data.h | ||
file.c | ||
file.h | ||
Makefile | ||
resource.c | ||
resource.h |