summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-02-11 09:23:35 +0000
committerdes <des@FreeBSD.org>2004-02-11 09:23:35 +0000
commitddda756172f48b0014437618f2fa070ef8a0e500 (patch)
tree70fb139106a812b02b1e25547bb918067a322c5a /lib
parentd9a003dbc95feacc2d298db47124a6ecf2e7018c (diff)
downloadFreeBSD-src-ddda756172f48b0014437618f2fa070ef8a0e500.zip
FreeBSD-src-ddda756172f48b0014437618f2fa070ef8a0e500.tar.gz
Re-wrap some comments.
Diffstat (limited to 'lib')
-rw-r--r--lib/libfetch/http.c13
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/libfetch/http.c b/lib/libfetch/http.c
index 86f7075..0b7d139 100644
--- a/lib/libfetch/http.c
+++ b/lib/libfetch/http.c
@@ -904,15 +904,15 @@ _http_request(struct url *URL, const char *op, struct url_stat *us,
case HTTP_MOVED_TEMP:
case HTTP_SEE_OTHER:
/*
- * Not so fine, but we still have to read the headers to
- * get the new location.
+ * Not so fine, but we still have to read the
+ * headers to get the new location.
*/
break;
case HTTP_NEED_AUTH:
if (need_auth) {
/*
- * We already sent out authorization code, so there's
- * nothing more we can do.
+ * We already sent out authorization code,
+ * so there's nothing more we can do.
*/
_http_seterr(conn->err);
goto ouch;
@@ -923,8 +923,9 @@ _http_request(struct url *URL, const char *op, struct url_stat *us,
break;
case HTTP_NEED_PROXY_AUTH:
/*
- * If we're talking to a proxy, we already sent our proxy
- * authorization code, so there's nothing more we can do.
+ * If we're talking to a proxy, we already sent
+ * our proxy authorization code, so there's
+ * nothing more we can do.
*/
_http_seterr(conn->err);
goto ouch;
OpenPOWER on IntegriCloud