macOS 14.4.1, MacBook Pro 16 2019.
When Im trying to send request via Yaak to my http/2 server with http/1 fallback support disabled i keep getting error "error sending request for url (myurl): channel closed". When i send request with curl and --http2 flag or with browser everything works just fine. I use http/2 over https, not plain text.
When i enable http/1 fallback support on my server, Yaak just send request via http/1.1. Any way to make http/2 work?