mirror of
https://github.com/apache/httpd.git
synced 2025-08-06 11:06:17 +00:00
Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174751 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@ -143,7 +143,7 @@ static const apr_bucket_type_t bucket_type_socket_ex = {
|
||||
"SOCKET_EX", 5, APR_BUCKET_DATA,
|
||||
apr_bucket_destroy_noop,
|
||||
bucket_socket_ex_read,
|
||||
apr_bucket_setaside_notimpl,
|
||||
apr_bucket_setaside_notimpl,
|
||||
apr_bucket_split_notimpl,
|
||||
apr_bucket_copy_notimpl
|
||||
};
|
||||
@ -189,9 +189,9 @@ static int scgi_canon(request_rec *r, char *url)
|
||||
"error parsing URL %s: %s", url, err);
|
||||
return HTTP_BAD_REQUEST;
|
||||
}
|
||||
|
||||
|
||||
apr_snprintf(sport, sizeof(sport), ":%u", port);
|
||||
|
||||
|
||||
if (ap_strchr(host, ':')) { /* if literal IPv6 address */
|
||||
host = apr_pstrcat(r->pool, "[", host, "]", NULL);
|
||||
}
|
||||
|
Reference in New Issue
Block a user