[ 
https://issues.apache.org/jira/browse/HTTPCORE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17933032#comment-17933032
 ] 

Oleg Kalnichevski edited comment on HTTPCORE-777 at 3/6/25 3:10 PM:
--------------------------------------------------------------------

> thank you very much for your response with all the details and the fix! I am 
> really sorry - I shouldn't had raised this ticket while being sick with high 
> temperature, as I made so many errors in the test. That's my bad. Thank you 
> for spotting them all!

[~oleksandrkriuchenko] There is absolutely no need for apologies. You submitted 
a high quality reproducer, above and beyond of what we usually get in terms of 
reproducers.

 > Oh, I tried it with 5.3.4-SNAPSHOT and it passes there by failing the future 
with this error:

I knew there were very recent fixes to the protocol handler handing of HTTP/1.1 
connections half-closed by the opposite endpoint. This is why I asked you to 
upgrade to the latest SNAPSHOT in the first place. I suspect this is the actual 
fix [1]

Take care of yourself and get well.

Oleg

[1] 
https://github.com/apache/httpcomponents-core/commit/d36c9b0b727babd86d0d6ea358a99f5eb7554466


was (Author: olegk):
> thank you very much for your response with all the details and the fix! I am 
> really sorry - I shouldn't had raised this ticket while being sick with high 
> temperature, as I made so many errors in the test. That's my bad. Thank you 
> for spotting them all!

[~oleksandrkriuchenko] There is absolutely no need for apologies. You submitted 
a high quality reproducer, above and beyond of what we usually get in terms of 
reproducers.

 > Oh, I tried it with 5.3.4-SNAPSHOT and it passes there by failing the future 
with this error:

I knew there were fixes to the protocol handler handing of HTTP/1.1 connections 
half-closed by the opposite endpoint. This is why I asked you to upgrade to the 
latest SNAPSHOT in the first place. I suspect this is the actual fix [1]

Take care of yourself and get well.

Oleg

[1] 
https://github.com/apache/httpcomponents-core/commit/d36c9b0b727babd86d0d6ea358a99f5eb7554466

> CloseableHttpAsyncClient.execute hangs forever upon connection reset
> --------------------------------------------------------------------
>
>                 Key: HTTPCORE-777
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-777
>             Project: HttpComponents HttpCore
>          Issue Type: Bug
>          Components: HttpCore
>    Affects Versions: 5.3.3
>            Reporter: Oleksandr Kriuchenko
>            Priority: Major
>
> There seems to be an issue with async http client request execution: 
> if connection is closed during request execution then the future 
> returned by the CloseableHttpAsyncClient.execute never completes.
> Please find a test setup to reproduce the issue (along with the 
> conditions description under which the issue reproduces) in 
> [https://github.com/oleksandr-kriuchenko-lohika/httpcore5-issue]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to