as the 'csd_set' indicator.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@300198
13f79535-47bb-0310-9956-
ffa450edef68
static int ap_process_http_connection(conn_rec *c)
{
request_rec *r;
- int csd_set = 0;
apr_socket_t *csd = NULL;
/*
if (ap_graceful_stop_signalled())
break;
/* Go straight to select() to wait for the next request */
- if (!csd_set) {
+ if (!csd) {
csd = ap_get_module_config(c->conn_config, &core_module);
- csd_set = 1;
}
apr_socket_opt_set(csd, APR_INCOMPLETE_READ, 1);
}