Re-wrap some comments.
This commit is contained in:
parent
846a4356ea
commit
2576e45915
@ -904,15 +904,15 @@ _http_request(struct url *URL, const char *op, struct url_stat *us,
|
|||||||
case HTTP_MOVED_TEMP:
|
case HTTP_MOVED_TEMP:
|
||||||
case HTTP_SEE_OTHER:
|
case HTTP_SEE_OTHER:
|
||||||
/*
|
/*
|
||||||
* Not so fine, but we still have to read the headers to
|
* Not so fine, but we still have to read the
|
||||||
* get the new location.
|
* headers to get the new location.
|
||||||
*/
|
*/
|
||||||
break;
|
break;
|
||||||
case HTTP_NEED_AUTH:
|
case HTTP_NEED_AUTH:
|
||||||
if (need_auth) {
|
if (need_auth) {
|
||||||
/*
|
/*
|
||||||
* We already sent out authorization code, so there's
|
* We already sent out authorization code,
|
||||||
* nothing more we can do.
|
* so there's nothing more we can do.
|
||||||
*/
|
*/
|
||||||
_http_seterr(conn->err);
|
_http_seterr(conn->err);
|
||||||
goto ouch;
|
goto ouch;
|
||||||
@ -923,8 +923,9 @@ _http_request(struct url *URL, const char *op, struct url_stat *us,
|
|||||||
break;
|
break;
|
||||||
case HTTP_NEED_PROXY_AUTH:
|
case HTTP_NEED_PROXY_AUTH:
|
||||||
/*
|
/*
|
||||||
* If we're talking to a proxy, we already sent our proxy
|
* If we're talking to a proxy, we already sent
|
||||||
* authorization code, so there's nothing more we can do.
|
* our proxy authorization code, so there's
|
||||||
|
* nothing more we can do.
|
||||||
*/
|
*/
|
||||||
_http_seterr(conn->err);
|
_http_seterr(conn->err);
|
||||||
goto ouch;
|
goto ouch;
|
||||||
|
Loading…
Reference in New Issue
Block a user