boost round robin rate

This commit is contained in:
jl777
2016-11-01 14:34:36 -03:00
parent 3bc31b8c78
commit da61ef214c
2 changed files with 3 additions and 4 deletions

View File

@@ -966,7 +966,6 @@ static bool HTTPReq_JSONRPC(AcceptedConnection *conn,
conn->stream() << HTTPError(HTTP_UNAUTHORIZED, false) << std::flush;
return false;
}
JSONRequest jreq;
try
{