Polishing contribution

Closes gh-33716
This commit is contained in:
rstoyanchev 2024-10-22 17:36:54 +01:00
parent 657e002ed7
commit b7fc4bc5c8

View File

@ -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);