javadoc note

This commit is contained in:
zzz
2016-04-16 16:11:57 +00:00
parent a438722eed
commit df16ce6f77

View File

@@ -365,6 +365,11 @@ public class I2PTunnelHTTPClient extends I2PTunnelHTTPClientBase implements Runn
/** @since 0.9.14 */ /** @since 0.9.14 */
public static final String PROP_INTERNAL_SSL = "i2ptunnel.httpclient.allowInternalSSL"; 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) { protected void clientConnectionRun(Socket s) {
OutputStream out = null; OutputStream out = null;