Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Information Provided
-
4.1.4
-
None
-
None
Description
From investigation, this appears to be caused by a specific check in the code. I filed a bug because it's unclear why there is a 25 kb limit using `getContent`.
The non-async client consumes the Entity by calling `writeTo` which does not have this 25kb restriction.
This issue was identified in clj-http. See https://github.com/dakrone/clj-http/issues/560