Browse Source

Accept was counted twice

dynamic-accesslists
Dirk Engling 9 years ago
parent
commit
a215479d1a
  1. 3
      ot_http.c

3
ot_http.c

@ -511,8 +511,9 @@ static ssize_t http_handle_announce( const int64 sock, struct ot_workstruct *ws, @@ -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…
Cancel
Save