xbps/lib/fetch
Piotr Wójcik b5954c80db lib/fetch: reuse http connection
With HTTP 1.1 persistent connection is default and Connection
header is not sent.
Before patch, for every file, including 512b signature, there was
done dns query, tls handshake etc.
2022-07-03 21:41:10 +00:00
..
common.c Fix signed vs unsigned char issues found by NetBSD. 2021-06-26 17:13:01 +02:00
common.h __UNCONST: use uintptr_t instead of unsigned long. 2021-02-04 23:04:59 +01:00
errlist.sh Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
fetch.c Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
fetch.h Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
file.c Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
ftp.c Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
ftp.errors Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00
http.c lib/fetch: reuse http connection 2022-07-03 21:41:10 +00:00
http.errors Revert "Move all external code to lib/external." 2021-02-04 22:42:57 +01:00