On Fri Oct 25 15:22:15 2024 +0000, Torge Matthies wrote:
mms:// is only "not supported" when there's an error connecting to the server, otherwise it functions like HTTP. Well, it's supposed to try a different protocol first, but I found no existing implementation of said protocol in Wine, and I was focusing on HTTP/HTTPS here. I suppose I should just mark this protocol as entirely unsupported for now instead of relying on the HTTP fallback.
Should we have a separate handler for mms:// or not?