mirror of
git://erdgeist.org/opentracker
synced 2025-07-20 15:35:18 +02:00
Accept was counted twice
This commit is contained in:
parent
a06c3cfeb7
commit
a215479d1a
1 changed files with 2 additions and 1 deletions
|
@ -511,8 +511,9 @@ static ssize_t http_handle_announce( const int64 sock, struct ot_workstruct *ws,
|
|||
numwants[numwant]++;
|
||||
#endif
|
||||
|
||||
/* XXX DEBUG */
|
||||
/* XXX DEBUG
|
||||
stats_issue_event( EVENT_ACCEPT, FLAG_TCP, (uintptr_t)ws->reply );
|
||||
*/
|
||||
|
||||
/* Scanned whole query string */
|
||||
if( !ws->hash )
|
||||
|
|
Loading…
Add table
Reference in a new issue