[GitHub] [httpcomponents-client] teng-jie commented on pull request #255: PoolingAsyncClientConnectionManager protocol version judge

2020-09-14 Thread GitBox
teng-jie commented on pull request #255: URL: https://github.com/apache/httpcomponents-client/pull/255#issuecomment-692416462 hi~ @ok2c,I am very glad for you to reply my question. you say that sends a ping message only if the connection is known to support HTTP/2 or greater. but

Re: HttpCore 5.1-beta1 release notes

2020-09-14 Thread Oleg Kalnichevski
On Mon, 2020-09-14 at 13:37 -0400, Gary Gregory wrote: > I thought we had considered switching to Java 8 for 5.1? > We have, have not we? However at this point there has not been a single new feature or a bug fix that would require it. As soon as we need to add a method to an interface we will

Re: HttpCore 5.1-beta1 release notes

2020-09-14 Thread Gary Gregory
I thought we had considered switching to Java 8 for 5.1? Gary On Mon, Sep 14, 2020 at 6:21 AM Oleg Kalnichevski wrote: > > Folks > > Please review, amend and extend HttpCore 5.1-beta1 release notes if > required > > https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt > >

[jira] [Commented] (HTTPCORE-649) Implement ByteArrayBuffer.append(ByteBuffer)

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17195522#comment-17195522 ] ASF subversion and git services commented on HTTPCORE-649: -- Commit

[jira] [Commented] (HTTPCORE-645) Increase default chunked request body chunk size

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17195520#comment-17195520 ] ASF subversion and git services commented on HTTPCORE-645: -- Commit

[jira] [Commented] (HTTPCORE-645) Increase default chunked request body chunk size

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-645?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17195521#comment-17195521 ] ASF subversion and git services commented on HTTPCORE-645: -- Commit

[jira] [Commented] (HTTPCORE-639) Add a configurable ResponseOutOfOrder strategy for DefaultBHttpClientConnection

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-639?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17195519#comment-17195519 ] ASF subversion and git services commented on HTTPCORE-639: -- Commit

[jira] [Commented] (HTTPCORE-643) Add zero content-length to PUT and POST requests with no entity

2020-09-14 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-643?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17195518#comment-17195518 ] ASF subversion and git services commented on HTTPCORE-643: -- Commit

[GitHub] [httpcomponents-core] carterkozak commented on pull request #223: Update ckozak email address in 5.1 release notes

2020-09-14 Thread GitBox
carterkozak commented on pull request #223: URL: https://github.com/apache/httpcomponents-core/pull/223#issuecomment-692120825 Sure, I'll do both. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [httpcomponents-core] carterkozak closed pull request #223: Update ckozak email address in 5.1 release notes

2020-09-14 Thread GitBox
carterkozak closed pull request #223: URL: https://github.com/apache/httpcomponents-core/pull/223 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [httpcomponents-core] ok2c commented on pull request #223: Update ckozak email address in 5.1 release notes

2020-09-14 Thread GitBox
ok2c commented on pull request #223: URL: https://github.com/apache/httpcomponents-core/pull/223#issuecomment-69236 @carterkozak C'mon, just push it to the branch, would you? No need for open a PR for stuff like that. By the way, would you like to change your email address in the

[GitHub] [httpcomponents-core] carterkozak opened a new pull request #223: Update ckozak email address in 5.1 release notes

2020-09-14 Thread GitBox
carterkozak opened a new pull request #223: URL: https://github.com/apache/httpcomponents-core/pull/223 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

Re: HttpCore 5.1-beta1 release notes

2020-09-14 Thread Carter Kozak
Looks like I neglected to update my email away from my old gmail address, I'll update these to my apache address. Carter On Mon, Sep 14, 2020, at 06:21, Oleg Kalnichevski wrote: > Folks > > Please review, amend and extend HttpCore 5.1-beta1 release notes if > required > >

[GitHub] [httpcomponents-client] ok2c commented on pull request #255: PoolingAsyncClientConnectionManager protocol version judge

2020-09-14 Thread GitBox
ok2c commented on pull request #255: URL: https://github.com/apache/httpcomponents-client/pull/255#issuecomment-692100904 @teng-jie I am not sure I understand the problem you are having and the reason why you want to make this change. `PoolingAsyncClientConnectionManager` sends a ping

[GitHub] [httpcomponents-client] teng-jie opened a new pull request #255: PoolingAsyncClientConnectionManager protocol version judge

2020-09-14 Thread GitBox
teng-jie opened a new pull request #255: URL: https://github.com/apache/httpcomponents-client/pull/255 i have a problem here. it doesn't support PingCommand When I use HTTP 1.1 protocol. because AbstractHttp1StreamDuplexer.class doesn't support PingCommand.

[jira] [Commented] (HTTPCORE-626) Don't send request body for "Expect: 100-continue" when servers closes connection on non-2xx status code

2020-09-14 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17195419#comment-17195419 ] Oleg Kalnichevski commented on HTTPCORE-626: {quote}Does the version change imply that this

[jira] [Commented] (HTTPCORE-626) Don't send request body for "Expect: 100-continue" when servers closes connection on non-2xx status code

2020-09-14 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17195402#comment-17195402 ] Michael Osipov commented on HTTPCORE-626: - Does the version change imply that this cannot be

[jira] [Commented] (HTTPCORE-632) version.properties contains non-interpolated value

2020-09-14 Thread Michael Osipov (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17195397#comment-17195397 ] Michael Osipov commented on HTTPCORE-632: - Yes, there are leftovers in code and properties

HttpCore 5.1-beta1 release notes

2020-09-14 Thread Oleg Kalnichevski
Folks Please review, amend and extend HttpCore 5.1-beta1 release notes if required https://github.com/apache/httpcomponents-core/blob/master/RELEASE_NOTES.txt Oleg - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For

[jira] [Updated] (HTTPCORE-626) Don't send request body for "Expect: 100-continue" when servers closes connection on non-2xx status code

2020-09-14 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCORE-626: --- Fix Version/s: (was: 5.1) Stuck Labels: Stuck

[jira] [Commented] (HTTPCORE-632) version.properties contains non-interpolated value

2020-09-14 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCORE-632?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17195333#comment-17195333 ] Oleg Kalnichevski commented on HTTPCORE-632: [~michael-o] Is this issue still relevant?

[jira] [Commented] (HTTPCLIENT-2116) request http website via proxy, the cookie don't work well

2020-09-14 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17195329#comment-17195329 ] Oleg Kalnichevski commented on HTTPCLIENT-2116: --- [~darrenluo] I am well aware of your

[ANNOUNCEMENT] HttpComponents Core 5.0.2 GA released

2020-09-14 Thread Oleg Kalnichevski
The Apache HttpComponents project is pleased to announce 5.0.2 GA release of HttpComponents Core. This release reverts changes to early response handling logic introduced in 5.0.1 and fixes a number of minor defects. Improvement of the early response handling by the classic client protocol