Aklakan commented on PR #3464:
URL: https://github.com/apache/jena/pull/3464#issuecomment-3356583813

   I have completed my revisions:
   * There is now a unified `AsyncHttpRDF.getOrElseThrow(CompletableFuture<T> 
cf, HttpRequest httpRequest)` method that wraps any exception as an HTTP 
exception and in some cases also adds information from the optional httpRequest 
argument. Existing references were updated to use this method.
   * `QueryExecHTTP.abort()` no longer closes the physical HTTP InputStream but 
just a wrapper. Only the close() method (assumed to be called from the thread 
that started the query exec) will close the physical input stream and thereby 
consume any remaining data.


-- 
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