Daniel Kulp created HTTPCORE-304:
------------------------------------

             Summary: NHttpClient example improperly configures connection 
properties
                 Key: HTTPCORE-304
                 URL: https://issues.apache.org/jira/browse/HTTPCORE-304
             Project: HttpComponents HttpCore
          Issue Type: Bug
          Components: Examples
            Reporter: Daniel Kulp



The NHttpClient.java example referenced from:

http://hc.apache.org/httpcomponents-core-ga/examples.html

uses an HttpParam object to set things like the TCP_NODELAY and other settings. 
 However, with the NIO based core, those settings are not referenced.   Those 
setting have to be set directly on the ConnectingIOReactor.  (this COULD also 
be considered a bug in the ConnectingIOReactor, maybe it should accept an 
HttpParam object?)

In anycase, the example should be updated to reflect configuration that will 
actually work.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to