| tag name | v0.1.22 (c2275569b785cce971e2abe7c57c0f19e24a9b03) |
| tag date | 2021-03-20 14:04:59 -0400 |
| tagged by | Adnan Maolood <[email protected]> |
| tagged object | commit 72d437c82e... |
| download | go-gemini-0.1.22.tar.xz go-gemini-0.1.22.zip |
|---|
Version 0.1.22 is released!
Version 0.1.22 brings some bug fixes and tweaks.
ServeMux has been renamed to Mux.
The default media type for responses no longer specifies "charset=utf-8"
as it is implied.
ReadResponse now limits the size of the response header so that it does
not read more than necessary. ReadRequest and ReadResponse also no longer
treat an empty meta as valid.
An issue where ServeFile did not specify the media type for directory
index pages has been fixed.
Adnan Maolood (10):
Rename ServeMux to Mux
Remove charset=utf-8 from default media type
Remove unused field
response: Treat empty meta as invalid
Tweak request and response parsing
client: Close connection on error
client: Only get cert if TrustCertificate is set
fs: Fix empty media type for directory index pages
response: Don't use bufReadCloser
response: Limit response header size