impl.conn.Wire uses String.getBytes() which depends on the default charset
--------------------------------------------------------------------------
Key: HTTPCLIENT-940
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-940
Project: HttpComponents HttpClient
Issue Type: Bug
Reporter: Sebb
Priority: Minor
impl.conn.Wire uses String.getBytes() which depends on the default charset
The methods
public void output(final String s)
and
public void input(final String s)
could probably be recoded to avoid this problem, as the output routine uses a
StringBuilder.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]