422703 Support reentrant HttpChannel and HttpConnection
use last in HttpChannel
This commit is contained in:
parent
28f56f994e
commit
3238ddf3c8
|
@ -381,7 +381,7 @@ public class HttpChannel<T> implements HttpParser.RequestHandler<T>, Runnable
|
|||
}
|
||||
finally
|
||||
{
|
||||
setCurrentHttpChannel(null);
|
||||
setCurrentHttpChannel(last);
|
||||
if (threadName != null && LOG.isDebugEnabled())
|
||||
Thread.currentThread().setName(threadName);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue