Skip to content

Commit

Permalink
Netty client
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed May 22, 2024
1 parent d14fdd6 commit cb34846
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ open class NettyClientAdapter(
val nettyRequest = createRequest(host, port)

channel.writeAndFlush(nettyRequest)
val c = channel.pipeline().context(HttpClientResponseHandler::class.java).handler() as HttpClientResponseHandler
channel.closeFuture().sync()
val c = channel.pipeline().context(HttpClientResponseHandler::class.java).handler() as HttpClientResponseHandler

return HttpResponse()
}
Expand Down

0 comments on commit cb34846

Please sign in to comment.