1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-03 12:35:02 +00:00
freebsd/lib/libfetch
Dag-Erling Smørgrav caaffed8f0 Redo fetch_read() using non-blocking sockets. This is necessary to
avoid a hang in the SSL case if the server sends a close notification
before we are done reading.  In the non-SSL case, it can provide a
minor (but probably not noticeable) performance improvement for small
transfers.

MFC after:	3 weeks
2010-07-28 16:11:22 +00:00
..
common.c Redo fetch_read() using non-blocking sockets. This is necessary to 2010-07-28 16:11:22 +00:00
common.h
fetch.3
fetch.c
fetch.h
file.c
ftp.c
ftp.errors
http.c Fix a couple of embarrassing mistakes in the previous commit. 2010-07-28 15:29:18 +00:00
http.errors
Makefile