Skip to content

Commit c7ae010

Browse files
authored
Update http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/RequestParsing.scala
1 parent 0d94099 commit c7ae010

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

http-core/src/main/scala/org/apache/pekko/http/impl/engine/http2/RequestParsing.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ private[http2] object RequestParsing {
189189
try {
190190
subStream.initialHeaders.headerParseErrorDetails match {
191191
case Some(details) =>
192+
// header errors already found in decompression
192193
BadRequest(details, subStream.streamId)
193194
case None =>
194195
val incomingHeaders = subStream.initialHeaders.keyValuePairs.toIndexedSeq

0 commit comments

Comments
 (0)