beautified NO_HOST, slightly
git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@619535 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aa020a5c0d
commit
51396fcf43
|
@ -55,10 +55,10 @@ public class HttpRouteParams {
|
|||
/**
|
||||
* A special value indicating "no host".
|
||||
* This relies on a nonsense scheme name to avoid conflicts
|
||||
* with actual hosts.
|
||||
* with actual hosts. Note that this is a <i>valid</i> host.
|
||||
*/
|
||||
public static final HttpHost NO_HOST =
|
||||
new HttpHost("127.0.0.255", -32768, "$_");
|
||||
new HttpHost("127.0.0.255", 0, "no-host");
|
||||
|
||||
/**
|
||||
* A special value indicating "no route".
|
||||
|
|
Loading…
Reference in New Issue