fix: omit pseudo header names for HTTP/1, e.g. :authority

This commit is contained in:
debugtalk
2022-02-18 18:50:39 +08:00
parent 320e9601a7
commit 865c753ea9
2 changed files with 18 additions and 7 deletions

View File

@@ -1,5 +1,9 @@
# Release History
## v0.6.2 (2022-02-18)
- fix: omit pseudo header names for HTTP/1, e.g. :authority
## v0.6.1 (2022-02-17)
- fix: set request Content-Type for posting json only when not specified