Skip to content

Commit

Permalink
Actually use the provided connection factory
Browse files Browse the repository at this point in the history
  • Loading branch information
lexs committed Apr 13, 2013
1 parent 35d6de4 commit 142d5ea
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public class NetworkLoader implements Loader, Closeable {

public NetworkLoader(Builder builder) {
this.streamHandlers = Collections.unmodifiableMap(builder.streamHandlers);
this.connectionFactory = builder.connectionFactory;
this.connectionHandler = builder.connectionHandler;
this.connectionTimeout = builder.connectionTimeout;
this.readTimeout = builder.readTimeout;
Expand Down

0 comments on commit 142d5ea

Please sign in to comment.