From a215479d1a1f0df4759f95357538369664b57e6c Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Wed, 25 Nov 2015 02:11:29 +0100 Subject: Accept was counted twice --- ot_http.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ot_http.c b/ot_http.c index dc8bd4e..832f21d 100644 --- a/ot_http.c +++ b/ot_http.c @@ -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 ) -- cgit v1.2.3