lvh / minitrue

A proxy designed to lie.
ISC License
25 stars 3 forks source link

_Response.content should be .seek(0, 0)'d before handing to response mangler #4

Closed lvh closed 13 years ago

lvh commented 13 years ago

Because the way it is now just isn't optimizing for the common case. At all.

lvh commented 13 years ago

Oh, and it should do that after returning from the response handler too.

EDIT: No, wait, _replayContent already does that.