[GitHub] [httpcomponents-core] ok2c opened a new pull request, #431: HTTP message support improvements

2023-09-22 Thread via GitHub
ok2c opened a new pull request, #431: URL: https://github.com/apache/httpcomponents-core/pull/431 This patch corrects the name/value parsing code in `BasicHeaderValueParser` and adds a number of message element formatting and parsing methods to `MessageSupport` -- This is an automated me

[GitHub] [httpcomponents-core] ok2c commented on pull request #431: HTTP message support improvements

2023-09-22 Thread via GitHub
ok2c commented on PR #431: URL: https://github.com/apache/httpcomponents-core/pull/431#issuecomment-1730944357 @arturobernalg Please kindly let me know if you see anything wrong. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[jira] [Updated] (HTTPCLIENT-2299) The socketTimeout parameter in ConnectionConfig does not take effect when reusing an existing connection.

2023-09-22 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski updated HTTPCLIENT-2299: -- Fix Version/s: 5.2.2 5.3-alpha2 > The socketTimeout par

[jira] [Commented] (HTTPCLIENT-2299) The socketTimeout parameter in ConnectionConfig does not take effect when reusing an existing connection.

2023-09-22 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768018#comment-17768018 ] ASF subversion and git services commented on HTTPCLIENT-2299:

[jira] [Commented] (HTTPCLIENT-2299) The socketTimeout parameter in ConnectionConfig does not take effect when reusing an existing connection.

2023-09-22 Thread Oleg Kalnichevski (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768022#comment-17768022 ] Oleg Kalnichevski commented on HTTPCLIENT-2299: --- [~ksewen] Please revi

[GitHub] [httpcomponents-client] dependabot[bot] opened a new pull request, #487: Bump httpcore.version from 5.2.2 to 5.2.3

2023-09-22 Thread via GitHub
dependabot[bot] opened a new pull request, #487: URL: https://github.com/apache/httpcomponents-client/pull/487 Bumps `httpcore.version` from 5.2.2 to 5.2.3. Updates `org.apache.httpcomponents.core5:httpcore5` from 5.2.2 to 5.2.3 Changelog Sourced from https://github.com/apache/ht

[GitHub] [httpcomponents-client] ok2c commented on a diff in pull request #486: HTTPCLIENT-2293 - Implement RFC-compliant TRACE request interceptor

2023-09-22 Thread via GitHub
ok2c commented on code in PR #486: URL: https://github.com/apache/httpcomponents-client/pull/486#discussion_r1334419613 ## httpclient5/src/main/java/org/apache/hc/client5/http/protocol/RequestTraceInterceptor.java: ## @@ -0,0 +1,143 @@ +/* + * ==

[jira] [Commented] (HTTPCLIENT-2299) The socketTimeout parameter in ConnectionConfig does not take effect when reusing an existing connection.

2023-09-22 Thread ksewen (Jira)
[ https://issues.apache.org/jira/browse/HTTPCLIENT-2299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17768030#comment-17768030 ] ksewen commented on HTTPCLIENT-2299: [~olegk] it works now. Thank you so much. B

[GitHub] [httpcomponents-client] arturobernalg commented on a diff in pull request #486: HTTPCLIENT-2293 - Implement RFC-compliant TRACE request interceptor

2023-09-22 Thread via GitHub
arturobernalg commented on code in PR #486: URL: https://github.com/apache/httpcomponents-client/pull/486#discussion_r1334628672 ## httpclient5/src/main/java/org/apache/hc/client5/http/protocol/RequestTraceInterceptor.java: ## @@ -0,0 +1,143 @@ +/* + * =

[GitHub] [httpcomponents-core] arturobernalg commented on a diff in pull request #431: HTTP message support improvements

2023-09-22 Thread via GitHub
arturobernalg commented on code in PR #431: URL: https://github.com/apache/httpcomponents-core/pull/431#discussion_r1334759075 ## httpcore5/src/main/java/org/apache/hc/core5/http/impl/io/DefaultBHttpClientConnection.java: ## @@ -271,7 +271,7 @@ public void terminateRequest(fina

[jira] [Created] (HTTPCLIENT-2300) AbstractCharDataConsumer throws java.nio.charset.MalformedInputException for an URI that SimpleResponseConsumer can handle

2023-09-22 Thread Michael Lee (Jira)
Michael Lee created HTTPCLIENT-2300: --- Summary: AbstractCharDataConsumer throws java.nio.charset.MalformedInputException for an URI that SimpleResponseConsumer can handle Key: HTTPCLIENT-2300 URL: https://issues