Aldo Cortesi
Aldo Cortesi
I think we should keep our core FlowReader and FlowWriter concepts separate from exporters and importers. Exporters are the more complicated case, and there are many semantic ways in which...
Let's do this in a consistent way: - Rename the `rfile` option to `readfile` - Add a `readfile_filter` option This gives us symmetry with streamfile. We already set both `streamfile_filter`...
Thanks for reporting this. One possibility is to provide a CRL distribution point within mitmproxy under the magic "mitm.it" domain we use for cert installation. There are a couple of...
Right, we're on the same page. We should be able to serve the CRL request from within mitmproxy effectively. I've edited my response to clarify the point regarding DNS servers...
Hi. I'd pull a patch that implements this, but it's fair bit of work. There are also some subtleties to do with range headers and proxying upstream services, and our...
Hi there. Devd injects the livereload payload into the section of the page. Does the page you're serving have one?
OK, could you please verify for us that the livereload payload is being injected into the page? Do that by viewing source, and looking for code like this in the...
@frou These sound like valuable additions. If you don't mind, could you lodge a PR on the modd project to begin with, and we can get the ball rolling?
I wonder if hacking up a custom signalling system for Windows is somewhat obsoleted by WSL now? WSL works very well, and modd + devd can run there with support...
Hi there. I think the best way might be for the livereload script to check whether a specially named function is defined (say, **__devd_livereload**). If the function is in the...