search for: httpp_initialize

Displaying 2 results from an estimated 2 matches for "httpp_initialize".

2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found
2004 Aug 06
2
improved error.log output --diff
...} memset(header, 0, sizeof(header)); if (util_read_header(con->sock, header, 4096) == 0) { - WARN0("Header read failed"); + WARN0("Header read failed, %s", con->ip); connection_close(con); return; } @@ -117,11 +117,11 @@ httpp_initialize(parser, NULL); if(!httpp_parse_response(parser, header, strlen(header), localmount)) { if(httpp_getvar(parser, HTTPP_VAR_ERROR_MESSAGE)) { - ERROR1("Error parsing relay request: %s", - httpp_getvar(parser, HTTPP_VAR_ERROR_MESSAGE)); +...