mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| common.py | ||
| contentview.py | ||
| flowdetailview.py | ||
| flowlist.py | ||
| flowview.py | ||
| grideditor.py | ||
| help.py | ||
| palettes.py | ||