{
request_rec *r = cid->r;
apr_uint32_t read = 0;
- int res;
+ int res = 0;
if (r->remaining < *buf_size) {
*buf_size = (apr_size_t)r->remaining;
case HSE_REQ_ASYNC_READ_CLIENT:
{
apr_uint32_t read = 0;
- int res;
+ int res = 0;
if (!cid->dconf.fake_async) {
if (cid->dconf.log_unsupported)
ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r,
AP_DECLARE(void) ap_basic_http_header(request_rec *r, apr_bucket_brigade *bb)
{
- const char *protocol;
+ const char *protocol = NULL;
basic_http_header_check(r, &protocol);
basic_http_header(r, bb, protocol);
request_rec *r = f->r;
conn_rec *c = r->connection;
const char *clheader;
- const char *protocol;
+ const char *protocol = NULL;
apr_bucket *e;
apr_bucket_brigade *b2;
header_struct h;