mitmproxy/libmproxy/protocol
Nick Raptis 202ede3c54 Accurately timestamp start of request
When building a request from a stream, try to get an accurate
start timestamp from the Reader. This was already in the code
and also used when building response objects, but was ommited
in commit ddf458b330

Without his logic and when the client is reusing a connection
to send requests, the timestamp_start of subsequent requests
is early and equal to when the connection started read blocking
2015-05-08 10:58:05 +03:00
..
__init__.py split up protocol\__init__.py 2014-03-10 21:57:50 +01:00
handle.py refactor protocol handling, fix #332 2014-08-30 20:15:19 +02:00
http.py Accurately timestamp start of request 2015-05-08 10:58:05 +03:00
primitives.py web: CSP, revert functionality, serve content 2014-12-25 16:10:47 +01:00
tcp.py fix ssl shutdown in tcp mode, refs #464 2015-02-05 16:46:55 +01:00