Skip to content

Commit

Permalink
[split] Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 17d8789e76382b38113bfca5cbce8567620c3e3e
Author: marius a. eriksen <marius@twitter.com>
Date:   Wed Apr 27 08:37:57 2011 -0700

    fix compile: provide the now-mandatory hostConnectionLimit parameter
    to the ClientBuilder in DuplexStreamSpec.
  • Loading branch information
mariusae committed Apr 27, 2011
1 parent 9f92136 commit ce261de
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -45,6 +45,7 @@ object DuplexStreamSpec extends Specification {
val factory = ClientBuilder()
.codec(new DuplexStreamCodec(true))
.hosts(Seq(address))
.hostConnectionLimit(1)
.buildFactory()

val client = factory.make()()
Expand Down Expand Up @@ -80,4 +81,4 @@ object DuplexStreamSpec extends Specification {
}
}
}
}
}

0 comments on commit ce261de

Please sign in to comment.