mirror of
git://erdgeist.org/opentracker
synced 2025-04-15 17:31:33 +08:00
Accept was counted twice
This commit is contained in:
parent
a06c3cfeb7
commit
a215479d1a
@ -511,8 +511,9 @@ static ssize_t http_handle_announce( const int64 sock, struct ot_workstruct *ws,
|
|||||||
numwants[numwant]++;
|
numwants[numwant]++;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* XXX DEBUG */
|
/* XXX DEBUG
|
||||||
stats_issue_event( EVENT_ACCEPT, FLAG_TCP, (uintptr_t)ws->reply );
|
stats_issue_event( EVENT_ACCEPT, FLAG_TCP, (uintptr_t)ws->reply );
|
||||||
|
*/
|
||||||
|
|
||||||
/* Scanned whole query string */
|
/* Scanned whole query string */
|
||||||
if( !ws->hash )
|
if( !ws->hash )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user