[jira] [Commented] (HTTPASYNC-135) HttpAsyncMethods.createHead creates Get

2018-03-07 Thread Mateusz Matela (JIRA)

[ 
https://issues.apache.org/jira/browse/HTTPASYNC-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16389266#comment-16389266
 ] 

Mateusz Matela commented on HTTPASYNC-135:
--

That's weird. I was looking at [https://hc.apache.org/index.html]. Is that the 
official project home page? I don't see anything suggesting that 4.1.3 is not 
the current stable version.

> HttpAsyncMethods.createHead creates Get
> ---
>
> Key: HTTPASYNC-135
> URL: https://issues.apache.org/jira/browse/HTTPASYNC-135
> Project: HttpComponents HttpAsyncClient
>  Issue Type: Bug
>Reporter: Mateusz Matela
>Priority: Major
>
> Looking at {{org.apache.http.nio.client.methods.HttpAsyncMethods}}, the 
> {{createHead}} method works exactly the same as {{createGet}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[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/httpcomponents-client master-upm

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/httpcomponents-client/pull/100.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #100


commit 4b729b00ad9cf531fae57c124b10f6d852d79424
Author: Kirill Usov 
Date:   2018-03-07T08:55:31Z

Information responses (1xx) processing implemented.




---

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



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

2018-03-07 Thread ok2c
Github user ok2c commented on the issue:

https://github.com/apache/httpcomponents-client/pull/100
  
@kirill-usov Kirill, could you please briefly describe what you are trying 
to accomplish with these changes? I think HttpClient 5.0 already supports 1xx 
message processing through `AsyncClientExchangeHandler` interface. 


---

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org



[jira] [Commented] (HTTPASYNC-135) HttpAsyncMethods.createHead creates Get

2018-03-07 Thread Oleg Kalnichevski (JIRA)

[ 
https://issues.apache.org/jira/browse/HTTPASYNC-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16389507#comment-16389507
 ] 

Oleg Kalnichevski commented on HTTPASYNC-135:
-

[~mmatela] Until 5.0 HttpAsyncClient was a separate component with a separate 
release cycle. The 4.1 is indeed the stable branch of HttpAsyncClient. There 
will be no further development in the 4.1 branch, however, and likely no fixes 
for minor issues. As of 5.0 HttpAsyncClient code got folded into HttpClient 
project.

> HttpAsyncMethods.createHead creates Get
> ---
>
> Key: HTTPASYNC-135
> URL: https://issues.apache.org/jira/browse/HTTPASYNC-135
> Project: HttpComponents HttpAsyncClient
>  Issue Type: Bug
>Reporter: Mateusz Matela
>Priority: Major
>
> Looking at {{org.apache.http.nio.client.methods.HttpAsyncMethods}}, the 
> {{createHead}} method works exactly the same as {{createGet}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org