[jira] [Resolved] (HTTPCORE-481) Early response suspends output even when response status is not error

2017-08-11 Thread Oleg Kalnichevski (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCORE-481. Resolution: Fixed Please review and close. Oleg > Early response suspends

[jira] [Commented] (HTTPCORE-481) Early response suspends output even when response status is not error

2017-08-11 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/HTTPCORE-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16123488#comment-16123488 ] ASF subversion and git services commented on HTTPCORE-481: -- Commit

[GitHub] httpcomponents-core issue #49: HeaderGroup uses a ReadWriteLock for access t...

2017-08-11 Thread cakofony
Github user cakofony commented on the issue: https://github.com/apache/httpcomponents-core/pull/49 Thanks for the info! --- 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

[GitHub] httpcomponents-core pull request #49: HeaderGroup uses a ReadWriteLock for a...

2017-08-11 Thread cakofony
Github user cakofony closed the pull request at: https://github.com/apache/httpcomponents-core/pull/49 --- 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

[GitHub] httpcomponents-core issue #49: HeaderGroup uses a ReadWriteLock for access t...

2017-08-11 Thread ok2c
Github user ok2c commented on the issue: https://github.com/apache/httpcomponents-core/pull/49 If you expect the caller to mutate the HttpResponse instance you might want to create a copy of it using `ExecSupport#copy` prior to returning the caller. You might need a custom