Meeting 2024-02-06
-
Manuel Bucher gave a talk at FOSDEM this weekend “Debugging HTTP/3 upload speed in Firefox”. Recording should be available soon: https://video.fosdem.org/2024/h1302/
-
We’ve had to backout 1603699 - Enable DefaultURI use for unknown schemes due to breaking some protocol handlers.
-
Some older websites use a protocol format that don’t conform to the URL standard (example: https://en.wikipedia.org/wiki/Ed2k_URI_scheme#File_link_format )
-
We will try to enable this feature again, but add an allow list for known schemes that are broken.
-
-
Contributor Max Inden has been making some great contributions to neqo lately.