fusable SplitWhen and reusable HTTP blueprint

plus further optimizations

Lots of contributions from drewhk (Endre Varga).
This commit is contained in:
Roland Kuhn 2015-12-20 12:54:05 +01:00
parent 3c3545020b
commit 469e15581f
45 changed files with 1251 additions and 838 deletions

View file

@ -305,7 +305,7 @@ class MultipartUnmarshallersSpec extends FreeSpec with Matchers with BeforeAndAf
Await.result(x
.fast.flatMap {
_.parts
.mapAsync(1)(_ toStrict 1.second)
.mapAsync(Int.MaxValue)(_ toStrict 1.second)
.grouped(100)
.runWith(Sink.head)
}