I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f3d573ca authored by zzz's avatar zzz
Browse files

i2ptunnel HTTP client: Replace all getBytes() calls

with a Writer or getBytes("UTF-8") for efficiency and to
avoid encoding issues.
Store strings as strings, not bytes.
Catch IOEs to prevent cascading error pages.
Minor cleanups
parent 9e18c7ea
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment