Skip to content
Unverified Commit 2c372ed4 authored by John DiSanti's avatar John DiSanti Committed by GitHub
Browse files

Fix signing when Hyper ALPN negotiates to h2 (#674)

The endpoint middleware was adding a host header to the request, and
this worked when using HTTP/1.1. However, when the connection gets
upgraded to h2, this results in the remote service expecting the
canonical request to have two `host` headers.

This change moves the addition of the host header into the signing code,
and lets hyper take charge of the host header.

* Update changelog

* Remove `transcribestreaming` exclusion from full SDK build

* Fix failing tests

* CR feedback
parent c6143ec5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment