Skip to content

Commit

Permalink
Merge branch 'master' into hyper-rustls-http2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar authored Jun 11, 2024
2 parents 553acbd + c56fbae commit b5289c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ jobs:
cargo update
cargo update -p log --precise 0.4.18
cargo update -p tokio --precise 1.29.1
cargo update -p url --precise 2.5.0
- uses: Swatinem/rust-cache@v2

Expand Down
5 changes: 0 additions & 5 deletions src/proxy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1984,11 +1984,6 @@ mod test {
url::ParseError::InvalidIpv6Address,
);
}

#[test]
fn invalid_domain_character() {
check_parse_error("http://abc 123/", url::ParseError::InvalidDomainCharacter);
}
}
}
}
Expand Down

0 comments on commit b5289c8

Please sign in to comment.