docs: add changelog for pr #12773

This commit is contained in:
zmstone 2024-03-23 10:41:46 +01:00
parent 1d9ec85441
commit d7b54b3a53
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
Upgrade HTTP client libraries.
The HTTP client library (`gun-1.3`) incorrectly appends a `:portnumber` suffix to the `Host` header for
standard ports (`http` on port 80, `https` on port 443). This could cause compatibility issues with servers or
gateways performing strict `Host` header checks (e.g., AWS Lambda, Alibaba Cloud HTTP gateways), leading to
errors such as `InvalidCustomDomain.NotFound` or "The specified CustomDomain does not exist."