Format for full scrapes was not parsed correctly.

This commit is contained in:
Dirk Engling 2008-12-06 16:57:10 +00:00
parent cec9b44738
commit 95b6c3b498
1 changed files with 2 additions and 1 deletions

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 );
@ -562,4 +563,4 @@ ssize_t http_handle_request( const int64 client_socket, char *data, size_t recv_
return reply_size;
}
const char *g_version_http_c = "$Source: /home/cvsroot/opentracker/ot_http.c,v $: $Revision: 1.21 $\n";
const char *g_version_http_c = "$Source: /home/cvsroot/opentracker/ot_http.c,v $: $Revision: 1.22 $\n";