Allow HTTP/2 requests #110

Merged
alexvanin merged 3 commits from alexvanin/frostfs-http-gw:fix/http2-tls into master 2024-09-04 19:50:57 +00:00
Showing only changes of commit a95dc6c8c7 - Show all commits

View file

@ -15,6 +15,7 @@ See new `frostfs.tree_pool_max_attempts` config parameter.
### Fixed ### Fixed
- Fix possibility of panic during SIGHUP (#99) - Fix possibility of panic during SIGHUP (#99)
- Handle query unescape and invalid bearer token errors (#107) - Handle query unescape and invalid bearer token errors (#107)
- Fix HTTP/2 requests (#110)
### Added ### Added
- Support client side object cut (#70) - Support client side object cut (#70)