Ben Maurer
Ben Maurer
At a most basic level I'd like to get timing information from the local cache. For example, if a request was a cache miss how long did it take to...
> This seems very architecture and implementation specific. For example, one could maintain an index in memory and determine that a particular request will be a miss very quickly.. Whereas...
As noted in #75 using flash today it is possible to read the certificate of a domain for which you can create a socket policy for. There's a lot of...
Absolutely understand the risk here. I would point out that 1) The longevity of this "hole" suggests that, as of yet, there has not been a negative privacy implications 2)...
Is there something we could expose to at least give a definitive read on if there is a MITM proxy (or at least one that isn't actively malicious). The ciphersuite...
Regarding responseStart and responseEnd I think that the spec should request that the browser get as close as possible to the time when the kernel got the relevant bytes. There's...
``` $ et --version et version 6.2.1 ````
@MisterTea This also repros if you just run `cat /dev/zero | base64`, which has plenty of newlines.
Haven't had a chance to try out an end to end compile. This python script might be helpful though: ``` from datetime import datetime while True: print(( datetime.now().strftime('%Y-%m-%d %H:%M:%S.%f') +...
Any findings here?