Skip to content

Commit

Permalink
Polishing contribution
Browse files Browse the repository at this point in the history
Closes gh-33716
  • Loading branch information
rstoyanchev committed Oct 22, 2024
1 parent 657e002 commit b7fc4bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void ipv6Host() {
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);
Expand Down

0 comments on commit b7fc4bc

Please sign in to comment.