mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03: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:
@@ -846,7 +846,7 @@ static void push2table(const char *input, apr_table_t *params,
|
||||
char *args;
|
||||
char *tok, *val;
|
||||
char *key;
|
||||
|
||||
|
||||
if (input == NULL) {
|
||||
return;
|
||||
}
|
||||
@@ -943,7 +943,7 @@ static int balancer_handler(request_rec *r)
|
||||
apr_bucket_brigade *ib;
|
||||
apr_size_t len = 1024;
|
||||
char *buf = apr_pcalloc(r->pool, len+1);
|
||||
|
||||
|
||||
ib = apr_brigade_create(r->connection->pool, r->connection->bucket_alloc);
|
||||
rv = ap_get_brigade(r->input_filters, ib, AP_MODE_READBYTES,
|
||||
APR_BLOCK_READ, len);
|
||||
|
Reference in New Issue
Block a user