From 364dc617a42b14797d23ca23024b94a0e465e7f2 Mon Sep 17 00:00:00 2001 From: hniksic Date: Mon, 11 Apr 2005 06:41:28 -0700 Subject: [PATCH] [svn] Doc fix. --- src/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http.c b/src/http.c index c509b4ae..5f221595 100644 --- a/src/http.c +++ b/src/http.c @@ -358,7 +358,7 @@ request_free (struct request *req) xfree (req); } -/* Send the contents of FILE_NAME to SOCK/SSL. Make sure that exactly +/* Send the contents of FILE_NAME to SOCK. Make sure that exactly PROMISED_SIZE bytes are sent over the wire -- if the file is longer, read only that much; if the file is shorter, report an error. */ -- 2.39.2