.NET HTTP/3 support on macOS #107614
-
Hello, Is HTTP/3 support on macOS planned for .NET? (does it already have support?) |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
HTTP/3 is not supported for servers or clients on macOS because macOS lacks the necessary low-level APIs. See related discussion. Maybe Xamarin's |
Beta Was this translation helpful? Give feedback.
-
Officially it isn't. But all you need is msquic lib to make it work. Once you place it next to the System.Net.Quic.dll, QUIC and H/3 will light up. Note that there's no official msquic package for OSX, so you'd need to build it yourself from the sources: https://github.com/microsoft/msquic. Let me know if this is something you'd like to try, I can share more details and potentially help with any issues you hit. |
Beta Was this translation helpful? Give feedback.
-
we have |
Beta Was this translation helpful? Give feedback.
Yep. As @wfurt mentioned bellow, @liveans is looking into it. But we don't have a set deadline and it might get pushed due to other higher prio work. So please don't hold your breath 😄