Filip Malczak created HTTPCLIENT-1572:
-----------------------------------------
Summary: Aborting reuqest execution doesn't throw
RequestAbortedException
Key: HTTPCLIENT-1572
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1572
Project: HttpComponents HttpClient
Issue Type: Bug
Affects Versions: 4.3.3
Environment: gradle dependencies:
compile 'org.apache.httpcomponents:httpclient:4.3.3'
compile 'org.codehaus.groovy:groovy-all:2.3.6'
$ java -version
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
Reporter: Filip Malczak
I'm trying to create some fluent API for HttpClient for Groovy. While
implementing hard timeout for requests in this API, I found out that
HttpRequestBase.abort() doesn't always throw RequestAbortedException.
This may be my misunderstanding of HC API, or bug.
I attach two files used to specific situation when this occurs. Client, request
configs, etc are constructed so explicitly to mirror structure and logic of my
wrapper.
I know that implementation of mock server with com.sun.net packages is wrong,
but this is example case.
I wasn't sure what component to attach this issue to.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]