diff options
| author | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-01-30 22:03:24 +0100 |
|---|---|---|
| committer | Thomas Kriechbaumer <thomas@kriechbaumer.name> | 2016-01-30 22:03:24 +0100 |
| commit | d253ebc142d80708a1bdc065d3db05d1394e3819 (patch) | |
| tree | 52769256609295723ce5cdd38031008b2891efbb /netlib/http | |
| parent | 283c74a0eab01b817ba8c7d9f0341f9084ceae66 (diff) | |
| download | mitmproxy-d253ebc142d80708a1bdc065d3db05d1394e3819.tar.gz mitmproxy-d253ebc142d80708a1bdc065d3db05d1394e3819.tar.bz2 mitmproxy-d253ebc142d80708a1bdc065d3db05d1394e3819.zip | |
fix test request and response headers
Diffstat (limited to 'netlib/http')
| -rw-r--r-- | netlib/http/message.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netlib/http/message.py b/netlib/http/message.py index e4e799ca..28f55fa2 100644 --- a/netlib/http/message.py +++ b/netlib/http/message.py @@ -193,4 +193,4 @@ class decoded(object): def __exit__(self, type, value, tb): if self.ce: - self.message.encode(self.ce)
\ No newline at end of file + self.message.encode(self.ce) |
