Merge pull request #19858 from ktoso/wip-sbt-version

=htc #19287 fixes SNI issue on JDK8 in http client
This commit is contained in:
Konrad Malawski 2016-02-25 18:18:32 +01:00
commit 1e1a257f3f
2 changed files with 16 additions and 1 deletions

View file

@ -90,5 +90,6 @@ class HighLevelOutgoingConnectionSpec extends AkkaSpec {
a[One2OneBidiFlow.OutputTruncationException.type] should be thrownBy Await.result(x, 3.second)
binding.futureValue.unbind()
}
}
}