mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-04 03:37:17 +00:00
There are protobufs that protoc can't parse. When protoc --decode_raw fails, it returns nothing to stdin, and writes "Failed to parse input." to stderr. Before this commit, if protoc --decode_raw couldn't parse the protobuf, the blank stdout output would get returned to the view; with this commit stderr gets caught and returned to the view. |
||
|---|---|---|
| .. | ||
| console | ||
| contrib | ||
| platform | ||
| __init__.py | ||
| app.py | ||
| cmdline.py | ||
| controller.py | ||
| dump.py | ||
| encoding.py | ||
| filt.py | ||
| flow.py | ||
| proxy.py | ||
| script.py | ||
| tnetstring.py | ||
| utils.py | ||
| version.py | ||