From a4ed31d517f77a21afe12918a9cb256489daac74 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Sat, 6 Dec 2008 16:57:10 +0000 Subject: Format for full scrapes was not parsed correctly. --- ot_http.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ot_http.c b/ot_http.c index b86ffb8..aa4b3b3 100644 --- a/ot_http.c +++ b/ot_http.c @@ -239,6 +239,7 @@ static ssize_t http_handle_stats( const int64 client_socket, char *data, char *d HTTPERROR_400_PARAM; break; } + break; case 6: if( byte_diff(data,6,"format")) { scan_urlencoded_skipvalue( &c ); -- cgit v1.2.3