Results 204 comments of David Buchanan

Probably fixed in df2395988e20a45d6a5bdda650b684109b234dab

``` , A ##b, S #####b, C ########b, I ###########b, I #####'########b, N ##### '\########b, E ##### '\########b, M ##### ,##########b, A ##### ,d######\########b, ##### ,d######P' >########> ###########P' ,d########P' ########P'...

Is this still being considered? I think it'd be neat.

Hi, sorry if this is perhaps not the right place to report this, but I found a bug in this branch - `saio` boxes are not parsed correctly. test case:...

Mostly fixed in d4bf8f9944e0e84f70df1f48d8dbd800030fd889, shifts and pow still to go, maybe more I forgot about

I just thought I'd share my own wrapper class for anyone else trying to work around this until there's a proper solution. I think mine is marginally more efficient than...

Could you be more specific?

IIUC, there is no execute-while-writing race condition if you use the cgroup freezer stop method. However, when the threads are restarted, you are correct that multiple threads could theoretically enter...

Note: I've done limited testing here, I don't know if this issue is unique to a) websockets b) reverse-proxy mode

Ok I've done a bit more poking and I have a workaround: ```py from mitmproxy import http def websocket_message(flow: http.HTTPFlow): assert flow.websocket is not None # make type checker happy...