MicroMike
MicroMike
I have notice that twitter will reject the following frame combinations as well. If a client first sent a **HEADER** frame with **END_HEADERS** flag set, after that sent a **PRIORITY**...
Currently plugin will be loaded when file changed by default, we should add a command line switch to enable or disable this.
When running test, pyopenssl always complain about the no SAN problem, we should add the SAN support to cert store. ``` /home/mike820324/ProgrammingEnv/python/2.7.11-mp/lib/python2.7/site-packages/service_identity/pyopenssl.py:97: SubjectAltNameWarning: Certificate has no `subjectAltName`, falling back to...
I'll believe it's about time to refine the unittest again. This time I think we should focus on. - Which part in the code base doesn't need to test. -...
We should use wheel in travis-ci to speed up the process. Reference: - http://atchai.com/blog/faster-ci/ - https://tzangms.com/how-to-speed-up-python-unit-test-on-travis-ci/ (chinese)
It's an open discussion since I personally does not have any clue yet. Python 3 has been more mature, and most linux distribution has python 3 available. I think we...
Should enhance the readme for some setups. Moreover, some further detail should be written in the wiki page. - [x] System requirement and installation. - [x] PyOpenssl in different os....
The command line interface between mpdump and mptui should be the same, otherwise the user may be quite confusing when using these tools.
I have wrote a simple script to test the latency when a request is using a proxy or not. The following are the result to query http://127.0.0.1 SocksLayer -> ForwardLayer...
When connecting to my DSM, the content of the request body did not showed up.