fix #1339: omit pseudo header names for HTTP/1, e.g. :authority, :method, :path, :schema

This commit is contained in:
debugtalk
2022-06-17 22:39:19 +08:00
parent 54eebaa9ce
commit 80f1206db4
4 changed files with 26 additions and 6 deletions

View File

@@ -16,6 +16,7 @@
- feat: support skip for pytest
- feat: print request and response details in DEBUG level when running API cases
- fix: support None/dict/list format when printing sql response
- fix: omit pseudo header names for HTTP/1, e.g. :authority, :method, :path, :schema
## v4.1.3 (2022-06-14)