Skip to content

Commit 8457a4f

Browse files
committed
Update package.scala
1 parent 0b9a1b5 commit 8457a4f

File tree

1 file changed

+1
-0
lines changed
  • http-core/src/main/scala-2.13/org/apache/pekko/http/impl/engine

1 file changed

+1
-0
lines changed

http-core/src/main/scala-2.13/org/apache/pekko/http/impl/engine/package.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import scala.annotation.tailrec
2828
*/
2929
package object parsing {
3030

31+
@inline
3132
private[http] def escape(c: Char): String = c match {
3233
case '\t' => "\\t"
3334
case '\r' => "\\r"

0 commit comments

Comments
 (0)