httmock icon indicating copy to clipboard operation
httmock copied to clipboard

Accessing Content After Calling Close Should Return '' if stream=True

Open cancan101 opened this issue 8 years ago • 0 comments

If stream=True and close() is called before reading the content, then the returned content should be the empty string.

cancan101 avatar Sep 02 '16 15:09 cancan101