This is an automated email from the ASF dual-hosted git repository.
Philippus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git
The following commit(s) were added to refs/heads/main by this push:
new b1caba1e9 remove inaccurate javadoc on internal method (#1144)
b1caba1e9 is described below
commit b1caba1e9f8170fb09dc53fde4cb3dfa01494023
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Jul 9 05:59:52 2026 +0100
remove inaccurate javadoc on internal method (#1144)
---
.../apache/pekko/http/impl/engine/parsing/HttpMessageParser.scala | 8 --------
1 file changed, 8 deletions(-)
diff --git
a/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpMessageParser.scala
b/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpMessageParser.scala
index da1eed227..2678707b4 100644
---
a/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpMessageParser.scala
+++
b/http-core/src/main/scala/org/apache/pekko/http/impl/engine/parsing/HttpMessageParser.scala
@@ -139,14 +139,6 @@ private[http] trait HttpMessageParser[Output >:
MessageOutput <: ParserOutput] {
} else onBadProtocol(input.drop(cursor))
}
- /**
- * @param ch connection header
- * @param clh content-length
- * @param cth content-type
- * @param teh transfer-encoding
- * @param e100c expect 100 continue
- * @param hh host header seen
- */
@tailrec protected final def parseHeaderLines(input: ByteString, lineStart:
Int,
headers: ListBuffer[HttpHeader] = initialHeaderBuffer,
headerCount: Int = 0, ch: Option[Connection] = None,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]