clj-http-client/test/puppetlabs/http/client
Jeremy Barlow cb5de4555d (PDB-2640) Close gzip-wrapped body input stream on request completion
In the previous commit, if gzip compression was applied to a request
input stream, the stream was not automatically closed when the request
was complete.  The Apache HTTP async library, however, closes an input
stream in cases where gzip compression is not being added.  In this
commit, the original request input stream is closed immediately after
attempts to copy the data from it to the downstream gzipped input stream
have been completed, for compatibility with the pre-existing Apache HTTP
async library behavior.
2017-02-08 12:29:42 -08:00
..
async_plaintext_test.clj (PE-18703) Pass negotiated locale in Accept-Language header 2016-12-05 11:37:40 -08:00
async_unbuffered_test.clj (TK-316) Add metrics support 2016-04-19 13:13:10 -07:00
gzip_request_test.clj (PDB-2640) Close gzip-wrapped body input stream on request completion 2017-02-08 12:29:42 -08:00
metrics_test.clj (TK-402) Allow metric namespace to be configurable 2016-10-03 12:06:15 -07:00
sync_plaintext_test.clj (TK-295) add tests for cookies 2016-07-19 14:27:02 -07:00
sync_ssl_test.clj (TK-108) Return interface in createClient methods 2014-11-10 11:24:36 -08:00
test_common.clj (TK-316) Add metrics support 2016-04-19 13:13:10 -07:00