Fixed a bug found by Find Bugs
This commit is contained in:
parent
ae004b5331
commit
fb64aa94b5
@ -193,7 +193,6 @@ class ServletClientSocketChannel extends AbstractChannel
|
||||
if (closed) {
|
||||
throw e;
|
||||
}
|
||||
lock.lock();
|
||||
if (lock.tryLock()) {
|
||||
try {
|
||||
connectAndSendHeaders(true, getRemoteAddress());
|
||||
|
Loading…
Reference in New Issue
Block a user