Skip to content

Commit 99acf70

Browse files
committed
[bitreq] Drop mention port port 1080 which is for SOCKS, not HTTP
1 parent d69be71 commit 99acf70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bitreq/src/proxy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ impl Proxy {
4949
/// [http://][user[:password]@]host[:port]
5050
/// ```
5151
///
52-
/// The default port is 8080, to be changed to 1080 in bitreq 3.0.
52+
/// The default port is 8080.
5353
///
5454
/// # Example
5555
///

0 commit comments

Comments
 (0)