]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Wrap everything in struct connection, and enforce timeouts everywhere
authordes <des@FreeBSD.org>
Wed, 5 Jun 2002 12:19:08 +0000 (12:19 +0000)
committerdes <des@FreeBSD.org>
Wed, 5 Jun 2002 12:19:08 +0000 (12:19 +0000)
commit0961c455f8e5016fb94b035bc9a95dc3ebf3d391
tree9d2f71cb2f7d26ae6d8b7352243fb47c47f38c15
parent02a39226769d736e4560560ca6ad1f323c528744
Wrap everything in struct connection, and enforce timeouts everywhere
(except for DNS operations).  Always use funopen() for HTTP, to support
both timeouts and SSL.
lib/libfetch/common.c
lib/libfetch/common.h
lib/libfetch/ftp.c
lib/libfetch/http.c