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

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

comments

parent 106bccda
No related branches found
No related tags found
No related merge requests found
...@@ -753,6 +753,9 @@ public class I2PTunnelHTTPClient extends I2PTunnelClientBase implements Runnable ...@@ -753,6 +753,9 @@ public class I2PTunnelHTTPClient extends I2PTunnelClientBase implements Runnable
* We can't use BufferedReader for POST because we can't have readahead, * We can't use BufferedReader for POST because we can't have readahead,
* since we are passing the stream on to I2PTunnelRunner for the POST data. * since we are passing the stream on to I2PTunnelRunner for the POST data.
* *
* Warning - BufferedReader removes \r, DataHelper does not
* Warning - DataHelper limits line length, BufferedReader does not
* Todo: Limit line length for buffered reads, or go back to unbuffered for all
*/ */
private static class InputReader { private static class InputReader {
BufferedReader _br; BufferedReader _br;
......
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