[jira] [Commented] (HTTPCLIENT-1579) CacheValidityPolicy does not correctly handle 304 Not Modified freshness

2014-11-12 Thread Jon Moore (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14208730#comment-14208730 ] Jon Moore commented on HTTPCLIENT-1579: --- Hi, do you have an example client/serv

[jira] [Created] (HTTPCLIENT-1579) CacheValidityPolicy does not correctly handle 304 Not Modified freshness

2014-11-12 Thread Nitin Kumar (JIRA)
Nitin Kumar created HTTPCLIENT-1579: --- Summary: CacheValidityPolicy does not correctly handle 304 Not Modified freshness Key: HTTPCLIENT-1579 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1579

[GitHub] httpcore pull request: Reduce synchronized scopes in IOSessionImpl

2014-11-12 Thread ok2c
Github user ok2c commented on the pull request: https://github.com/apache/httpcore/pull/7#issuecomment-62784237 As far as f0f1a6693690774c1cb0 and similar useful but out of scope code is concerned, we have the so called 'contrib' area in the SVN repository [1] primarily intended for s

[GitHub] httpcore pull request: Reduce synchronized scopes in IOSessionImpl

2014-11-12 Thread hirthwork
Github user hirthwork closed the pull request at: https://github.com/apache/httpcore/pull/7 --- 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 e

[GitHub] httpcore pull request: Reduce synchronized scopes in IOSessionImpl

2014-11-12 Thread hirthwork
Github user hirthwork commented on the pull request: https://github.com/apache/httpcore/pull/7#issuecomment-62780779 Thanks a lot --- 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

[GitHub] httpcore pull request: Reduce synchronized scopes in IOSessionImpl

2014-11-12 Thread ok2c
Github user ok2c commented on the pull request: https://github.com/apache/httpcore/pull/7#issuecomment-62780306 OK. Changes committed to SVN 4.4.x branch as http://svn.apache.org/r1638960 http://svn.apache.org/r1638961 I am fairly certain that AtomicInteger#get is as effici

[REPORT] HttpComponents

2014-11-12 Thread Asankha C. Perera
The Apache HttpComponents project is responsible for creating and maintaining a toolset of low-level Java components focused on HTTP and associated protocols. Status Overall the project remains active. Releases - HttpComponents Client for Android 4.3.5 was released on the 15th of August 201

[GitHub] httpcore pull request: Set EmptyInputStream in entity instead of C...

2014-11-12 Thread hirthwork
GitHub user hirthwork opened a pull request: https://github.com/apache/httpcore/pull/8 Set EmptyInputStream in entity instead of ContentLengthInputStream(in, 0) # Problem description 1. If HttpClient receives response with `Content-Length: 0` the connection won't be returned to

[GitHub] httpcore pull request: Reduce synchronized scopes in IOSessionImpl

2014-11-12 Thread hirthwork
Github user hirthwork commented on the pull request: https://github.com/apache/httpcore/pull/7#issuecomment-62743426 One weird thing concerning async channel close: there is no time guarantees concerning FIN packet sending. Close requests are being stored to the executor queue, so lag

[GitHub] httpcore pull request: adding a callback to be executed when reusi...

2014-11-12 Thread mpgallage
Github user mpgallage closed the pull request at: https://github.com/apache/httpcore/pull/6 --- 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 e

[GitHub] httpcore pull request: adding a callback to be executed when reusi...

2014-11-12 Thread mpgallage
Github user mpgallage commented on the pull request: https://github.com/apache/httpcore/pull/6#issuecomment-62700265 Thanks Oleg. It's good that we added a method to blocking pool too. Malaka --- If your project is set up for it, you can reply to this email and have your repl

[GitHub] httpcore pull request: Reduce synchronized scopes in IOSessionImpl

2014-11-12 Thread hirthwork
Github user hirthwork commented on the pull request: https://github.com/apache/httpcore/pull/7#issuecomment-62699517 Yes, this is a part of performance improvement, but I don't believe you want to have these [crutches](https://gist.github.com/hirthwork/f0f1a6693690774c1cb0) in master.

[GitHub] httpcore pull request: Reduce synchronized scopes in IOSessionImpl

2014-11-12 Thread ok2c
Github user ok2c commented on the pull request: https://github.com/apache/httpcore/pull/7#issuecomment-62690756 Hi Dmitry I understand the rationale behind these changes but do they really result in a tangible performance improvement? You see, generally IOSession should mostly be

[jira] [Commented] (HTTPCLIENT-1578) Regression between v4.1 and v4.1.1 regarding validation of SSL certificates for servers with multiple VirtualHost serving HTTPS

2014-11-12 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14207829#comment-14207829 ] Oleg Kalnichevski commented on HTTPCLIENT-1578: --- Richard HttpClient sup