Ticket #954: mod_proxy_core.patch
| File mod_proxy_core.patch, 0.8 kB (added by Terminar, 20 months ago) |
|---|
-
mod_proxy_core.
old new 646 646 } 647 647 /* ignore the header */ 648 648 continue; 649 } else if (0 == buffer_caseless_compare(CONST_BUF_LEN(header->key), CONST_STR_LEN("X-LIGHTTPD-KBytes-per-second"))) { 650 if (header->value->ptr != NULL) 651 { 652 con->conf.kbytes_per_second = atol(header->value->ptr); 653 } 654 // ignore the header 655 continue; 649 656 } else if (0 == buffer_caseless_compare(CONST_BUF_LEN(header->key), CONST_STR_LEN("Connection"))) { 650 657 if (strstr(header->value->ptr, "close")) { 651 658 sess->is_closing = 1;

