mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Print out useful SSL-related information on SSL error page.
This commit is contained in:
parent
810735a846
commit
94df389031
5 changed files with 45 additions and 11 deletions
|
@ -667,7 +667,7 @@ pub enum NetworkError {
|
|||
Internal(String),
|
||||
LoadCancelled,
|
||||
/// SSL validation error that has to be handled in the HTML parser
|
||||
SslValidation(Url),
|
||||
SslValidation(Url, String),
|
||||
}
|
||||
|
||||
/// Normalize `slice`, as defined by
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue