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:
wcrisman
2014-07-27 22:10:16 -07:00
parent 0b5e458dff
commit 164841677b

View File

@@ -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)