Skip to content

Commit ba3607f

Browse files
committed
temp compile workaround
1 parent 1202fa6 commit ba3607f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-tests/src/test/scala/org/apache/pekko/http/scaladsl/server/ConnectionTestApp.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ object ConnectionTestApp {
5353
},
5454
{ case Status.Failure(cause) => cause },
5555
10000,
56-
OverflowStrategy.dropNew)
56+
OverflowStrategy.fail) // TODO find a better way, was dropNew but that is removed in Pekko 2.0
5757
.buffer(20000, OverflowStrategy.fail)
5858
val sink = Sink.foreach[(Try[HttpResponse], Int)] {
5959
case (resp, id) => handleResponse(resp, id)

0 commit comments

Comments
 (0)