[GitHub] [httpcomponents-client] ok2c commented on pull request #489: HTTPCLIENT-2293: Disallow Automatic Retries on 403 Forbidden Status

2023-09-28 Thread via GitHub
ok2c commented on PR #489: URL: https://github.com/apache/httpcomponents-client/pull/489#issuecomment-1738654815 @arturobernalg The decision whether or not a request should be retried based on the response status is delegated to the `HttpRequestRetryStrategy`. The default implementation pr

[jira] [Created] (HTTPCLIENT-2301) BasicHttpClientConnectionManager returns response of previous requests

2023-09-28 Thread Pierre N. (Jira)
Pierre N. created HTTPCLIENT-2301: - Summary: BasicHttpClientConnectionManager returns response of previous requests Key: HTTPCLIENT-2301 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2301 Proj

[jira] [Updated] (HTTPCLIENT-2301) BasicHttpClientConnectionManager returns response of previous requests

2023-09-28 Thread Pierre N. (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre N. updated HTTPCLIENT-2301: -- Description: BasicHttpClientConnectionManager doesn't handle request timeout correctly and

[jira] [Updated] (HTTPCLIENT-2301) BasicHttpClientConnectionManager returns response of previous requests

2023-09-28 Thread Pierre N. (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre N. updated HTTPCLIENT-2301: -- Attachment: test.kt > BasicHttpClientConnectionManager returns response of previous reques

[jira] [Updated] (HTTPCLIENT-2301) BasicHttpClientConnectionManager returns response of previous requests

2023-09-28 Thread Pierre N. (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre N. updated HTTPCLIENT-2301: -- Description: BasicHttpClientConnectionManager doesn't handle request timeout correctly and

[jira] [Updated] (HTTPCLIENT-2301) BasicHttpClientConnectionManager returns response of previous requests

2023-09-28 Thread Pierre N. (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre N. updated HTTPCLIENT-2301: -- Issue Type: Bug (was: Improvement) > BasicHttpClientConnectionManager returns response of

[jira] [Updated] (HTTPCLIENT-2301) BasicHttpClientConnectionManager returns response of previous requests

2023-09-28 Thread Pierre N. (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre N. updated HTTPCLIENT-2301: -- Description: BasicHttpClientConnectionManager doesn't handle request timeout correctly and

[GitHub] [httpcomponents-core] ok2c commented on pull request #434: HTTPCORE-756: server-side request / response protocol conformance checks

2023-09-28 Thread via GitHub
ok2c commented on PR #434: URL: https://github.com/apache/httpcomponents-core/pull/434#issuecomment-1739333827 @arturobernalg Please take a look. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [httpcomponents-core] ok2c opened a new pull request, #434: HTTPCORE-756: server-side request / response protocol conformance checks

2023-09-28 Thread via GitHub
ok2c opened a new pull request, #434: URL: https://github.com/apache/httpcomponents-core/pull/434 * Moved outgoing response conformance checks to the correct place in the protocol pipeline * Added incoming request conformance checks based on RFC 9110. -- This is an automated message f

[jira] [Commented] (HTTPCLIENT-2301) BasicHttpClientConnectionManager returns response of previous requests

2023-09-28 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17770084#comment-17770084 ] Oleg Kalnichevski commented on HTTPCLIENT-2301: --- > BasicHttpClientConn

[jira] [Commented] (HTTPCLIENT-2301) BasicHttpClientConnectionManager returns response of previous requests

2023-09-28 Thread Pierre N. (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17770097#comment-17770097 ] Pierre N. commented on HTTPCLIENT-2301: --- I expected this kind of response beca

[jira] [Comment Edited] (HTTPCLIENT-2301) BasicHttpClientConnectionManager returns response of previous requests

2023-09-28 Thread Pierre N. (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17770097#comment-17770097 ] Pierre N. edited comment on HTTPCLIENT-2301 at 9/28/23 3:00 PM: --

[jira] [Comment Edited] (HTTPCLIENT-2301) BasicHttpClientConnectionManager returns response of previous requests

2023-09-28 Thread Pierre N. (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17770097#comment-17770097 ] Pierre N. edited comment on HTTPCLIENT-2301 at 9/28/23 3:01 PM: --

[jira] [Comment Edited] (HTTPCLIENT-2301) BasicHttpClientConnectionManager returns response of previous requests

2023-09-28 Thread Pierre N. (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17770097#comment-17770097 ] Pierre N. edited comment on HTTPCLIENT-2301 at 9/28/23 3:09 PM: --

[jira] [Updated] (HTTPCLIENT-2301) BasicHttpClientConnectionManager returns response of previous requests

2023-09-28 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-2301: -- Fix Version/s: Stuck Labels: volunteers-wanted (was: )

[GitHub] [httpcomponents-client] arturobernalg closed pull request #489: HTTPCLIENT-2293: Disallow Automatic Retries on 403 Forbidden Status

2023-09-28 Thread via GitHub
arturobernalg closed pull request #489: HTTPCLIENT-2293: Disallow Automatic Retries on 403 Forbidden Status URL: https://github.com/apache/httpcomponents-client/pull/489 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [httpcomponents-client] arturobernalg commented on pull request #489: HTTPCLIENT-2293: Disallow Automatic Retries on 403 Forbidden Status

2023-09-28 Thread via GitHub
arturobernalg commented on PR #489: URL: https://github.com/apache/httpcomponents-client/pull/489#issuecomment-1739847709 > @arturobernalg The decision whether or not a request should be retried based on the response status is delegated to the `HttpRequestRetryStrategy`. The default implem