1
0
mirror of git://erdgeist.org/opentracker synced 2025-01-27 23:26:27 +00:00

Format for full scrapes was not parsed correctly.

This commit is contained in:
erdgeist 2008-12-06 16:57:10 +00:00
parent 256f2c6f98
commit a4ed31d517

View File

@ -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 );