mirror of
git://erdgeist.org/opentracker
synced 2025-04-22 05:52:00 +02:00
Format for full scrapes was not parsed correctly.
This commit is contained in:
parent
256f2c6f98
commit
a4ed31d517
1 changed files with 1 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue