afs commented on issue #3837:
URL: https://github.com/apache/jena/issues/3837#issuecomment-4238430355

   I want to try a scenario where there are two JVMs to see what happens.
   
   > Service execution materializes the result sets before returning - 
cancellation only kicks in after materialization completes. 
   
   Materialization is still subject to server/endpoint query execution time out.
   I don't think materialziation is a problem and it is needed to give better 
error handling of a request.
   
   A quick hack to set the service execution HttpClient timeout improved the 
situation. I think HTTP/2 sends request closed (the `END_STREAM` flag). I'll 
poke at the test case to see if it upgrades to HTTP/2 or not.
   
   HTTP/1.1 does not communicate client-side close with TCP connection reuse.


-- 
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 the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to