From 01fea02f4f4ef2daaa2b25181804a0393da94008 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 19 Apr 2024 21:42:18 +0200 Subject: [PATCH] Update Http2FrameHpackSupport.scala --- .../pekko/http/impl/engine/http2/Http2FrameHpackSupport.scala | 1 + 1 file changed, 1 insertion(+) 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 a07a0e186..54d94c444 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 @@ -14,6 +14,7 @@ package org.apache.pekko.http.impl.engine.http2 import org.apache.pekko +import pekko.http.impl.engine.http2.hpack.ByteStringInputStream import pekko.http.scaladsl.model.headers.RawHeader import pekko.http.scaladsl.model._ import pekko.http.shaded.com.twitter.hpack._