오타 수정

This commit is contained in:
현성필
2023-09-11 13:15:29 +09:00
parent 22a1f523f3
commit d33ddf5f79
3 changed files with 13 additions and 13 deletions
@@ -59,7 +59,7 @@ public class NettyApiClient {
ch.pipeline().addLast(new HttpClientCodec());
ch.pipeline().addLast(new HttpObjectAggregator(65536));
ch.pipeline().addLast(new HttpContentDecompressor());
ch.pipeline().addLast(new HttptHandler(responseFuture));
ch.pipeline().addLast(new HttpHandler(responseFuture));
}
});