[
https://issues.apache.org/jira/browse/HTTPCLIENT-2101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17168883#comment-17168883
]
Jan commented on HTTPCLIENT-2101:
---------------------------------
Thrse parameters are INT, and not STRING... so i can't write "x.y" for them...
Do i need to use Bit values for them?
int minor = new Integer(Integer.toBinaryString(10));
int minor = new Integer(Integer.toBinaryString(10)); int major = new
Integer(Integer.toBinaryString(11));
Test: System.out.println("minor: " + minor + ", major: " + major);
> Switch between HTTP 1.0 and HTTP 1.1 ...
> ----------------------------------------
>
> Key: HTTPCLIENT-2101
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2101
> Project: HttpComponents HttpClient
> Issue Type: Improvement
> Components: HttpClient (classic)
> Affects Versions: 4.5.11
> Reporter: Jan
> Priority: Trivial
> Attachments: Unbenannt.JPG
>
>
> Is would be nice to be able to select that. So it seems, that is not
> supported - i at least searched the half internet - nothing found regarding
> my issue.
>
> Thank you for your feedbacks.
>
> Jan
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]