Bump version v8.5.3
This commit is contained in:
parent
bffd2470e7
commit
5ae552f713
3 changed files with 3 additions and 3 deletions
|
@ -179,7 +179,7 @@ where
|
|||
.and_then(|h| h.to_str().ok())
|
||||
.and_then(|h| base64::engine::general_purpose::STANDARD.decode(h).ok())
|
||||
.and_then(|h| Url::parse(&String::from_utf8_lossy(&h)).ok())
|
||||
.and_then(|url| match (url.host(), url.port()) {
|
||||
.and_then(|url| match (url.host(), url.port_or_known_default()) {
|
||||
(Some(h), Some(p)) => Some((h.to_owned(), p)),
|
||||
_ => None,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue