Searched refs:drain_buffer (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dproxy_util.c2392 char drain_buffer[HUGE_STRING_LEN]; local
2433 nbytes = sizeof(drain_buffer) - 1;
2435 status = apr_socket_recv(backend->sock, drain_buffer, &nbytes);
2436 drain_buffer[nbytes] = '\0';
2437 nbytes = sizeof(drain_buffer) - 1;
2438 if (strstr(drain_buffer, "\r\n\r\n") != NULL) {

Completed in 110 milliseconds