Michael Wooley

Results 3 issues of Michael Wooley

I'm wondering if it is necessary to include a check at the beginning of the `valid_chain` to ensure that the chain has the same history as one would expect? For...

The `content` attribute is always encoded as `"utf-8"` ([source](https://github.com/patrys/httmock/blob/master/httmock.py#L43)). However, we've noticed that `https://google.com/` (as of 9/29) now returns content encoded as 'ISO-8859-1'. This breaks some tests that do an...

This MR fixes #67. Changes: - Use encoding from headers to encode the content attributes - Add a regression test