CONTENT_MISSING is serialized as a `"0"`` str rather than an int. This is due to the conversion caused by https://github.com/mitmproxy/mitmproxy/blob/9b3fe806974b6c6595a2afc01bbf1ee7dd739dfd/libmproxy/protocol/http.py#L99 @cortesi, shall we just make it `None`?
CONTENT_MISSING is serialized as a `"0"`` str rather than an int. This is due to the conversion caused by
mitmproxy/libmproxy/protocol/http.py
Line 99 in 9b3fe80
@cortesi, shall we just make it
None?