From 3abe5e786f7e847f5ecc735e635dbf4b66b9c529 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 19 Apr 2024 21:32:26 +0200 Subject: [PATCH] Update Http2FrameHpackSupport.scala --- .../pekko/http/impl/engine/http2/Http2FrameHpackSupport.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/http2-tests/src/test/scala/org/apache/pekko/http/impl/engine/http2/Http2FrameHpackSupport.scala b/http2-tests/src/test/scala/org/apache/pekko/http/impl/engine/http2/Http2FrameHpackSupport.scala index 141fb403f..a07a0e186 100644 --- a/http2-tests/src/test/scala/org/apache/pekko/http/impl/engine/http2/Http2FrameHpackSupport.scala +++ b/http2-tests/src/test/scala/org/apache/pekko/http/impl/engine/http2/Http2FrameHpackSupport.scala @@ -22,7 +22,6 @@ import pekko.stream.scaladsl.Source import pekko.util.ByteString import org.scalatest.concurrent.ScalaFutures -import java.io.ByteArrayInputStream import scala.collection.immutable.VectorBuilder /** Helper that allows automatic HPACK encoding/decoding for wire sends / expectations */