Skip to content

Commit

Permalink
Merge pull request #106 from brharrington/client-name
Browse files Browse the repository at this point in the history
set the rx client name based on the config name
  • Loading branch information
brharrington committed Feb 5, 2015
2 parents 6974057 + f158c79 commit 53ccc84
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ public static Observable<HttpClientResponse<ByteBuf>> submit(HttpClientRequest<B
RxNetty.<ByteBuf, ByteBuf>newHttpClientBuilder(server.host(), server.port())
.pipelineConfigurator(pipelineCfg)
.config(config)
.withName(clientCfg.name())
.channelOption(ChannelOption.CONNECT_TIMEOUT_MILLIS, clientCfg.connectTimeout());

if (server.isSecure()) {
Expand Down

0 comments on commit 53ccc84

Please sign in to comment.