You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix request pseudo-header construction for CONNECT & OPTION methods
CONNECT & OPTIONS request has special requirements regarding :path & :scheme pseudo-header which were not met.
Construction of pseudo-header was fixed to not include :path & :scheme fields for CONNECT method.
Empty :path field for OPTIONS requests now translates to '*' value sent in :path field.
CONNECT request changes were tested against server based on hyper 1.2.
0 commit comments