Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Make test_success use google.com, for reliability #23

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion http_client.rc
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ pub fn test_connect_error() {
#[allow(non_implicitly_copyable_typarams)]
pub fn test_connect_success() {
use extra::net::url;
let url = url::from_str("http://example.iana.org/").get();
let url = url::from_str("http://google.com/").get();
let mut request = uv_http_request(url);
let events = sequence(&mut request);

Expand Down