rhashimoto opened a new pull request #150: Propagate
BasicResponse{Consumer,Producer}#failed() to data{Consumer,Producer}
URL: https://github.com/apache/httpcomponents-core/pull/150
Wrapped AsyncEntityConsumers and AsyncEntityProducers were not receiving
failed()
calls before releaseResources() when an exchange was abnormally terminated.
Note that AsyncEntityProducer behavior is slightly different from
AsyncEntityConsumer behavior in that consumers can receive no further calls
from BasicResponseConsumer after releaseResources() is called because the
consumer reference is atomically discarded, but producers can. I didn't want to
change the member variable state without guidance.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]