We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2568277 commit eb0a349Copy full SHA for eb0a349
uefi-test-runner/src/proto/network/http.rs
@@ -99,7 +99,7 @@ pub fn test() {
99
100
// hard to find web sites which still allow plain http these days ...
101
info!("Testing HTTP");
102
- fetch_http(*h, "http://example.com/").expect("http request failed");
+ fetch_http(*h, "http://example.com/").expect("http request failed: http://example.com");
103
104
// FYI: not all firmware builds support modern tls versions.
105
// request() -> ABORTED typically is a tls handshake error.
0 commit comments