[Bug 66358] Need a way to close socket of the async request after it was committed
https://bz.apache.org/bugzilla/show_bug.cgi?id=66358 Mark Thomas changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---
[Bug 66358] Need a way to close socket of the async request after it was committed
https://bz.apache.org/bugzilla/show_bug.cgi?id=66358 --- Comment #1 from Alex --- What I am executing using internal APIs to achieve the desired effect is something like this: AsyncContextImpl asyncContextImpl = (AsyncContextImpl) asyncContext; Request req = (Request) req