mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-22 15:37:45 +00:00
22 lines
741 B
Plaintext
22 lines
741 B
Plaintext
|
|
Future:
|
|
|
|
- Strings view.
|
|
- Field parsing and editing.
|
|
- On-the-fly generation of keys, signed with a CA
|
|
- Pass-through fast-track for things that don't match filter?
|
|
- Reading contents from file
|
|
- Saving contents to file
|
|
- Shortcut for viewing in pager
|
|
- Serializing and de-serializing requests and responses.
|
|
- Use real non-blocking input handling to minimize cpu load.
|
|
|
|
|
|
Bugs:
|
|
|
|
- Exception handling for regular expression compiler in filt.py.
|
|
- Fix crash cause on undefined request in libmproxy/console.py:543
|
|
- Fix crash on illegal regular expression on libmproxy/filt.py:76
|
|
- In some circumstances, long URLs in list view are line-broken oddly.
|
|
- Termination sometimes hangs.
|