Skip to content

Commit

Permalink
Remove unreachable code from http_loader
Browse files Browse the repository at this point in the history
  • Loading branch information
brson committed Sep 5, 2013
1 parent 264408a commit 8f2906b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/net/http_loader.rs
Expand Up @@ -56,7 +56,6 @@ fn load(url: Url, progress_chan: Chan<ProgressMsg>) {
}
progress_chan.send(Payload(buf));
}
progress_chan.send(Done(Ok(())));
}

// FIXME: Quick hack to convert ip addresses to SocketAddr
Expand Down

5 comments on commit 8f2906b

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from metajack
at brson@8f2906b

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging brson/servo/http = 8f2906b into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

brson/servo/http = 8f2906b merged ok, testing candidate = 0e351d9

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 0e351d9

Please sign in to comment.