Skip to content
Snippets Groups Projects
Select Git revision
2 results Searching

sdk

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    John DiSanti authored and GitHub committed
    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
    2c372ed4
    History
    Name Last commit Last update
    ..