Fixing a bug in replay_generator. It's processing the response data, but then
saving the original data instead of the processed data. This fixes the
generator so that it saves the processed data.
Coverage remained the same at 87.176% when pulling 229ae69c3bcff0e80083aabbc45f1899732993e3 on mtlynch:replay-gen-fix into ab478ec67001750961e8cf51602efb57644b0ace on m-lab:master.
Previously, coveralls wrote…
> [![Coverage Status](https://coveralls.io/builds/6498416/badge)](https://coveralls.io/builds/6498416)
>
> Coverage remained the same at 87.176% when pulling **229ae69c3bcff0e80083aabbc45f1899732993e3 on mtlynch:replay-gen-fix** into **ab478ec67001750961e8cf51602efb57644b0ace on m-lab:master**.
>
>
Review status: 0 of 1 files reviewed at latest revision, all discussions resolved.
Fixing a bug in replay_generator. It's processing the response data, but then saving the original data instead of the processed data. This fixes the generator so that it saves the processed data.
This change is