=htt #19388 Fixing broken test in akka-docs from RemoteAddress changes
Also dealing with merge conflicts from my fork's head Conflicts: akka-http-core/src/test/scala/akka/http/impl/engine/parsing/HttpHeaderParserSpec.scala akka-http-core/src/test/scala/akka/http/impl/model/parser/HttpHeaderSpec.scala
This commit is contained in:
commit
fbd12c7c83
2 changed files with 2 additions and 2 deletions
|
|
@ -135,7 +135,6 @@ class HttpHeaderParserSpec extends WordSpec with Matchers with BeforeAndAfterAll
|
|||
"parse and cache an X-Real-Ip with a hostname as it's value as a RawHeader" in new TestSetup() {
|
||||
parseAndCache("X-Real-Ip: akka.io\r\nx")() shouldEqual RawHeader("x-real-ip", "akka.io")
|
||||
}
|
||||
|
||||
"parse and cache a raw header" in new TestSetup(primed = false) {
|
||||
insert("hello: bob", 'Hello)
|
||||
val (ixA, headerA) = parseLine("Fancy-Pants: foo\r\nx")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue