Aklakan opened a new pull request, #3464: URL: https://github.com/apache/jena/pull/3464
GitHub issue resolved (not yet created). This is the async HTTP part factored out from #3184 . Pull request Description: * Update HTTP(s) machinery to use async requests. This allows for `QueryExecHTTP.abort()` to immediately return even if the server has not yet responded to the connection request. * Fixes resource leak in `Service.java` * Adds (nullable) `getUpdateString` and `getUpdateRequest` methods to UpdateProcessor so that the underlying request may be exposed. ---- - [ ] Tests are included. - [ ] Commits have been squashed to remove intermediate development commit messages. - [ ] Key commit messages start with the issue number (GH-xxxx) By submitting this pull request, I acknowledge that I am making a contribution to the Apache Software Foundation under the terms and conditions of the [Contributor's Agreement](https://www.apache.org/licenses/contributor-agreements.html). ---- See the [Apache Jena "Contributing" guide](https://github.com/apache/jena/blob/main/CONTRIBUTING.md). -- 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: pr-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@jena.apache.org For additional commands, e-mail: pr-h...@jena.apache.org