diff options
Diffstat (limited to 'ot_http.c')
-rw-r--r-- | ot_http.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -511,8 +511,9 @@ static ssize_t http_handle_announce( const int64 sock, struct ot_workstruct *ws, | |||
511 | numwants[numwant]++; | 511 | numwants[numwant]++; |
512 | #endif | 512 | #endif |
513 | 513 | ||
514 | /* XXX DEBUG */ | 514 | /* XXX DEBUG |
515 | stats_issue_event( EVENT_ACCEPT, FLAG_TCP, (uintptr_t)ws->reply ); | 515 | stats_issue_event( EVENT_ACCEPT, FLAG_TCP, (uintptr_t)ws->reply ); |
516 | */ | ||
516 | 517 | ||
517 | /* Scanned whole query string */ | 518 | /* Scanned whole query string */ |
518 | if( !ws->hash ) | 519 | if( !ws->hash ) |