[GitHub] httpcore pull request: Enable https protocol for TestHttpsAsyncTim...

2015-06-03 Thread hirthwork
GitHub user hirthwork opened a pull request: https://github.com/apache/httpcore/pull/10 Enable https protocol for TestHttpsAsyncTimeout, so timeout will be tested for real Without this test finishes immediately with IOException: SSL not supported, so not real handshake testing perf

[jira] [Created] (HTTPCORE-403) DefaultNHttpClientConnection ignores socket timeout after r1675352

2015-06-03 Thread Dmitry Potapov (JIRA)
Dmitry Potapov created HTTPCORE-403: --- Summary: DefaultNHttpClientConnection ignores socket timeout after r1675352 Key: HTTPCORE-403 URL: https://issues.apache.org/jira/browse/HTTPCORE-403 Project: H

[jira] [Updated] (HTTPCORE-403) DefaultNHttpClientConnection ignores socket timeout after r1675352

2015-06-03 Thread Dmitry Potapov (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Potapov updated HTTPCORE-403: Attachment: TestHttpAsyncTimeout.java Here the complete test which illustrates the issue.

[jira] [Updated] (HTTPCORE-403) DefaultNHttpClientConnection ignores socket timeout after r1675352

2015-06-03 Thread Dmitry Potapov (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dmitry Potapov updated HTTPCORE-403: Description: After revision 1675352 "HTTPCORE-399: DefaultNHttpClientConnection incorrectl

[GitHub] httpclient pull request: Cache request line in HttpRequestWrapper

2015-06-03 Thread hirthwork
GitHub user hirthwork opened a pull request: https://github.com/apache/httpclient/pull/31 Cache request line in HttpRequestWrapper For each request HttpAsyncClient calls HttpRequestWrapper.getRequestLine() 8 times during single request execution. For URIs containing non-ASCII chara

[GitHub] httpclient pull request: Cache request line in HttpRequestWrapper

2015-06-03 Thread hirthwork
GitHub user hirthwork opened a pull request: https://github.com/apache/httpclient/pull/32 Cache request line in HttpRequestWrapper Copy of https://github.com/apache/httpclient/pull/31 for 4.5.x For each request HttpAsyncClient calls HttpRequestWrapper.getRequestLine() 8 tim

[GitHub] httpcore pull request: Enable https protocol for TestHttpsAsyncTim...

2015-06-03 Thread ok2c
Github user ok2c commented on the pull request: https://github.com/apache/httpcore/pull/10#issuecomment-108560258 Committed to SVN and 4.4.x branch http://svn.apache.org/r1683402 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHu

[jira] [Created] (HTTPCLIENT-1655) HttpClient sends RST instead of proper FIN ACK sequence when using non-persistance

2015-06-03 Thread Alan Silva (JIRA)
Alan Silva created HTTPCLIENT-1655: -- Summary: HttpClient sends RST instead of proper FIN ACK sequence when using non-persistance Key: HTTPCLIENT-1655 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1655

[jira] [Updated] (HTTPCLIENT-1655) HttpClient 4.4.1 sends RST instead of proper FIN ACK sequence when using non-persistance

2015-06-03 Thread Alan Silva (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Silva updated HTTPCLIENT-1655: --- Summary: HttpClient 4.4.1 sends RST instead of proper FIN ACK sequence when using non-per

[jira] [Updated] (HTTPCLIENT-1655) HttpClient 4.4.1 sends RST instead of proper FIN ACK sequence when using non-persistance

2015-06-03 Thread Alan Silva (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Silva updated HTTPCLIENT-1655: --- Attachment: POC_WITHOUT_keep_alive_WITHOUT_class.pcap POC_keep_alive_WITHO

[jira] [Updated] (HTTPCLIENT-1655) HttpClient 4.4.1 sends RST instead of proper FIN ACK sequence when using non-persistance

2015-06-03 Thread Alan Silva (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Silva updated HTTPCLIENT-1655: --- Description: I'm seeing an interesting behavior with HttpClient 4.4.1 GA (latest release

[jira] [Updated] (HTTPCLIENT-1655) HttpClient 4.4.1 sends RST instead of proper FIN ACK sequence when using non-persistance

2015-06-03 Thread Alan Silva (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Silva updated HTTPCLIENT-1655: --- Description: I'm seeing an interesting behavior with HttpClient 4.4.1 GA (latest release

[jira] [Updated] (HTTPCLIENT-1655) HttpClient 4.4.1 sends RST instead of proper FIN ACK sequence when using non-persistance

2015-06-03 Thread Alan Silva (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Silva updated HTTPCLIENT-1655: --- Attachment: NoKeepAliveTest.java KeepAliveTest.java > HttpClient 4.4.1 se

[jira] [Updated] (HTTPCLIENT-1655) HttpClient 4.4.1 sends RST instead of proper FIN ACK sequence when using non-persistance

2015-06-03 Thread Alan Silva (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Silva updated HTTPCLIENT-1655: --- Description: I'm seeing an interesting behavior with HttpClient 4.4.1 GA (latest release

[jira] [Updated] (HTTPCLIENT-1655) HttpClient 4.4.1 sends RST instead of proper FIN ACK sequence when using non-persistant connections

2015-06-03 Thread Alan Silva (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1655?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Silva updated HTTPCLIENT-1655: --- Summary: HttpClient 4.4.1 sends RST instead of proper FIN ACK sequence when using non-per

[GitHub] httpcore pull request: Enable https protocol for TestHttpsAsyncTim...

2015-06-03 Thread hirthwork
Github user hirthwork closed the pull request at: https://github.com/apache/httpcore/pull/10 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is