aboutsummaryrefslogtreecommitdiff
tag namev0.2.2 (32e46efddbcdeb7fb3d1d6ebf7c68f6fde64c50d)
tag date2021-06-26 20:29:04 -0400
tagged byAdnan Maolood <[email protected]>
tagged objectcommit 3d2110d90f...
downloadgo-gemini-0.2.2.tar.xz
go-gemini-0.2.2.zip
Version 0.2.2
Version 0.2.2 brings some improvements to Mux, the Gemini request multiplexer. Mux now properly handles redirects for patterns with wildcard or empty hostnames. A more comprehensive test suite has also been added to ensure that Mux behaves properly. Support for specifying schemes in patterns provided to Mux has been removed. Mux now only accepts requests with a scheme of "gemini". Adnan Maolood (3): mux: Remove support for handling schemes mux: Add more tests mux: Tweak documentation