HTTPConnector
Cantor, Scott
cantor.2 at osu.edu
Mon Oct 22 10:48:54 EDT 2018
> from what I understand
> "Attempted read from closed stream"
> means that something that is not my script is reading from the stream in
> response.getEntity() (either before or after the execution of the script) which is
> not possible as the stream can be read only once.
Yes, I would assume so. It could be that the attempt to get the content length is not functioning correctly, but I've tested it in the absence of the header being present, so I have no experimental result that indicates that attempt is causing it to consume the body to get the length.
-- Scott
More information about the users
mailing list