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

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

javadoc note

parent a438722e
No related branches found
No related tags found
No related merge requests found
......@@ -365,6 +365,11 @@ public class I2PTunnelHTTPClient extends I2PTunnelHTTPClientBase implements Runn
/** @since 0.9.14 */
public static final String PROP_INTERNAL_SSL = "i2ptunnel.httpclient.allowInternalSSL";
/**
*
* Note: This does not handle RFC 2616 header line splitting,
* which is obsoleted in RFC 7230.
*/
protected void clientConnectionRun(Socket s) {
OutputStream out = null;
......
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