Accept was counted twice

dynamic-accesslists
Dirk Engling 9 years ago
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…
Cancel
Save