Polishing contribution
Closes gh-33716
This commit is contained in:
@@ -213,7 +213,7 @@ class HttpHeadersTests {
|
||||
assertThat(headers.getFirst("Host")).as("Invalid Host header").isEqualTo("[::1]");
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test // gh-33716
|
||||
void hostDeletion() {
|
||||
InetSocketAddress host = InetSocketAddress.createUnresolved("localhost", 8080);
|
||||
headers.setHost(host);
|
||||
|
||||
Reference in New Issue
Block a user