mirror of
git://erdgeist.org/opentracker
synced 2025-04-02 03:17:16 +08:00
Format for full scrapes was not parsed correctly.
This commit is contained in:
parent
256f2c6f98
commit
a4ed31d517
@ -239,6 +239,7 @@ static ssize_t http_handle_stats( const int64 client_socket, char *data, char *d
|
|||||||
HTTPERROR_400_PARAM;
|
HTTPERROR_400_PARAM;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
case 6:
|
case 6:
|
||||||
if( byte_diff(data,6,"format")) {
|
if( byte_diff(data,6,"format")) {
|
||||||
scan_urlencoded_skipvalue( &c );
|
scan_urlencoded_skipvalue( &c );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user