mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-14 16:57:57 +00:00
commit
ce897c884d
@ -965,7 +965,7 @@ static string JSONRPCExecBatch(const Array& vReq)
|
|||||||
void ServiceConnection(AcceptedConnection *conn)
|
void ServiceConnection(AcceptedConnection *conn)
|
||||||
{
|
{
|
||||||
bool fRun = true;
|
bool fRun = true;
|
||||||
while (fRun)
|
while (fRun && !ShutdownRequested())
|
||||||
{
|
{
|
||||||
int nProto = 0;
|
int nProto = 0;
|
||||||
map<string, string> mapHeaders;
|
map<string, string> mapHeaders;
|
||||||
|
Loading…
Reference in New Issue
Block a user