Fixed wrong thread name

This commit is contained in:
Trustin Lee 2009-04-29 01:14:39 +00:00
parent d809046987
commit d185a4b8d0

View File

@ -128,7 +128,7 @@ final class HttpTunnelingClientSocketPipelineSink extends AbstractChannelSink {
new IoWorkerRunnable(
new ThreadRenamingRunnable(
new HttpTunnelWorker(channel),
"Old I/O client worker (channelId: " +
"HTTP Tunnel I/O client worker (channelId: " +
channel.getId() + ", " +
channel.getLocalAddress() + " => " +
channel.getRemoteAddress() + ')')));