Fixed a bug found by Find Bugs

This commit is contained in:
Trustin Lee 2009-02-13 09:14:41 +00:00
parent ae004b5331
commit fb64aa94b5

View File

@ -193,7 +193,6 @@ class ServletClientSocketChannel extends AbstractChannel
if (closed) {
throw e;
}
lock.lock();
if (lock.tryLock()) {
try {
connectAndSendHeaders(true, getRemoteAddress());