aboutsummaryrefslogtreecommitdiffstats
path: root/netlib/http/message.py
diff options
context:
space:
mode:
authorThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-03-27 11:14:28 +0200
committerThomas Kriechbaumer <Kriechi@users.noreply.github.com>2016-03-27 11:14:28 +0200
commitddea3434a217370e5fcbfad98e4ef9c6590d8dc4 (patch)
treea2401f07785a30c8f9ca59c3011d9d055cbd9289 /netlib/http/message.py
parent2d6eb28fd07359a5c7d909abdee903b9758b7572 (diff)
parent6e4af64050fe9a0efbfa73193131065b96feca3c (diff)
downloadmitmproxy-ddea3434a217370e5fcbfad98e4ef9c6590d8dc4.tar.gz
mitmproxy-ddea3434a217370e5fcbfad98e4ef9c6590d8dc4.tar.bz2
mitmproxy-ddea3434a217370e5fcbfad98e4ef9c6590d8dc4.zip
Merge pull request #1055 from MatthewShao/issue#963
Simplify '.content' by removing CONTENT_MISSING
Diffstat (limited to 'netlib/http/message.py')
-rw-r--r--netlib/http/message.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/netlib/http/message.py b/netlib/http/message.py
index e3d8ce37..1df0f087 100644
--- a/netlib/http/message.py
+++ b/netlib/http/message.py
@@ -7,8 +7,6 @@ import six
from .headers import Headers
from .. import encoding, utils
-CONTENT_MISSING = 0
-
if six.PY2: # pragma: nocover
_native = lambda x: x
_always_bytes = lambda x: x