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:
Roland Weber 2008-02-07 18:11:17 +00:00
parent aa020a5c0d
commit 51396fcf43
1 changed files with 2 additions and 2 deletions

View File

@ -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".