The documentation for HttpEntity is leaving me a bit puzzled: if I
have content generated on the fly, I can implement writeTo, but I
can't implement getContent() without generating into an array and
making a ByteArrayInputStream. Can I just return null from
getContent()? If so, I will make a PR to clarify the doc.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to