summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2008-12-06 16:57:10 +0000
committererdgeist <>2008-12-06 16:57:10 +0000
commita4ed31d517f77a21afe12918a9cb256489daac74 (patch)
tree64ac5634058ead15d374d4179ff75873a9860a3f
parent256f2c6f983ec346c00addfb3d8c6f5b8622f330 (diff)
Format for full scrapes was not parsed correctly.
-rw-r--r--ot_http.c1
1 files changed, 1 insertions, 0 deletions
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
239 HTTPERROR_400_PARAM; 239 HTTPERROR_400_PARAM;
240 break; 240 break;
241 } 241 }
242 break;
242 case 6: 243 case 6:
243 if( byte_diff(data,6,"format")) { 244 if( byte_diff(data,6,"format")) {
244 scan_urlencoded_skipvalue( &c ); 245 scan_urlencoded_skipvalue( &c );