=htc #17066 port new test from spray
This commit is contained in:
parent
37aa2cb886
commit
6d15adcc26
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ class HttpHeaderSpec extends FreeSpec with Matchers {
|
|||
"Host: [2001:db8::1]:8080" =!= Host("[2001:db8::1]", 8080)
|
||||
"Host: [2001:db8::1]" =!= Host("[2001:db8::1]")
|
||||
"Host: [::FFFF:129.144.52.38]" =!= Host("[::FFFF:129.144.52.38]")
|
||||
"Host: spray.io:80000" =!= ErrorInfo("Illegal HTTP header 'Host': requirement failed", "Illegal port: 80000")
|
||||
}
|
||||
|
||||
"If-Match" in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue