[GitHub] httpcomponents-client pull request #99: Information responses (1xx) processi...

2018-03-06 Thread kirill-usov
GitHub user kirill-usov opened a pull request: https://github.com/apache/httpcomponents-client/pull/99 Information responses (1xx) processing implemented. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kirill-usov

[GitHub] httpcomponents-client pull request #99: Information responses (1xx) processi...

2018-03-06 Thread kirill-usov
Github user kirill-usov closed the pull request at: https://github.com/apache/httpcomponents-client/pull/99 --- - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h

[GitHub] httpcomponents-client pull request #100: Information responses (1xx) process...

2018-03-07 Thread kirill-usov
GitHub user kirill-usov opened a pull request: https://github.com/apache/httpcomponents-client/pull/100 Information responses (1xx) processing implemented. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kirill-usov

[GitHub] httpcomponents-client issue #100: Information responses (1xx) processing imp...

2018-03-12 Thread kirill-usov
Github user kirill-usov commented on the issue: https://github.com/apache/httpcomponents-client/pull/100 Hello. I need to handle 103 Early Hints response from the server (RFC 8297). But I did not found any way handle it in async client when I am creating default, minimal or build

[GitHub] httpcomponents-client issue #100: Information responses (1xx) processing imp...

2018-03-12 Thread kirill-usov
Github user kirill-usov commented on the issue: https://github.com/apache/httpcomponents-client/pull/100 AsyncResponseConsumer interface is a part of core. I did not want to change core, because it can be a reason of regression on products using it. And I tried to keep all existing

[GitHub] httpcomponents-client pull request #100: Information responses (1xx) process...

2018-03-12 Thread kirill-usov
Github user kirill-usov closed the pull request at: https://github.com/apache/httpcomponents-client/pull/100 --- - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h

[GitHub] httpcomponents-core pull request #60: Information responses (1xx) processing...

2018-03-16 Thread kirill-usov
GitHub user kirill-usov opened a pull request: https://github.com/apache/httpcomponents-core/pull/60 Information responses (1xx) processing implemented. You can merge this pull request into a Git repository by running: $ git pull https://github.com/kirill-usov/httpcomponents

[GitHub] httpcomponents-core issue #60: Information responses (1xx) processing implem...

2018-03-16 Thread kirill-usov
Github user kirill-usov commented on the issue: https://github.com/apache/httpcomponents-core/pull/60 @ok2c Looks good. --- - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail

[GitHub] httpcomponents-core pull request #60: Information responses (1xx) processing...

2018-03-16 Thread kirill-usov
Github user kirill-usov closed the pull request at: https://github.com/apache/httpcomponents-core/pull/60 --- - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org

[GitHub] httpcomponents-client pull request #109: Information responses (1xx) process...

2018-08-10 Thread kirill-usov
GitHub user kirill-usov opened a pull request: https://github.com/apache/httpcomponents-client/pull/109 Information responses (1xx) processing implemented. It seems now is a time to merge client part of the feature. You can merge this pull request into a Git repository by running

[GitHub] httpcomponents-client pull request #109: Information responses (1xx) process...

2018-08-10 Thread kirill-usov
Github user kirill-usov closed the pull request at: https://github.com/apache/httpcomponents-client/pull/109 --- - To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h

[GitHub] httpcomponents-client issue #109: Information responses (1xx) processing imp...

2018-08-13 Thread kirill-usov
Github user kirill-usov commented on the issue: https://github.com/apache/httpcomponents-client/pull/109 Hello Oleg. My changes based on http core beta3, but client is using beta2 for now as I understand, and build fails. Are there any plans to move it to core beta3