We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d94099 commit c7ae010Copy full SHA for c7ae010
1 file changed
http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/RequestParsing.scala
@@ -189,6 +189,7 @@ private[http2] object RequestParsing {
189
try {
190
subStream.initialHeaders.headerParseErrorDetails match {
191
case Some(details) =>
192
+ // header errors already found in decompression
193
BadRequest(details, subStream.streamId)
194
case None =>
195
val incomingHeaders = subStream.initialHeaders.keyValuePairs.toIndexedSeq
0 commit comments