Fixed NPE due to request being cleared before it should be since we now don't send the response immediately back on the socket, but rather on another socket listener thread.
This commit is contained in:
@@ -1059,9 +1059,6 @@ public class WebServer {
|
|||||||
// result = internalProcessResponses();
|
// result = internalProcessResponses();
|
||||||
}//else//
|
}//else//
|
||||||
|
|
||||||
//Clear the request reference for this response.//
|
|
||||||
request = null;
|
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}//processResponse()//
|
}//processResponse()//
|
||||||
/* (non-Javadoc)
|
/* (non-Javadoc)
|
||||||
|
|||||||
Reference in New Issue
Block a user