- Fixed encoding of IPv6 addresses in HTTP requests (Issue #903)
- Fixed encoding of `IPP_TAG_EXTENSION` values in IPP messages (Issue #913)
- Fixed sending response headers to client (Issue #927)
+- Fixed `Host` header regression (Issue #967)
- Fixed CGI program initialization and validation of form checkbox and text
fields.
- Fixed finishing support in ippeveps.
if (i == HTTP_FIELD_HOST)
{
- // Issue #185: Use "localhost" for the loopback addresses to work
- // around an Avahi bug...
- if (httpAddrLocalhost(http->hostaddr))
- value = "localhost";
-
if (httpPrintf(http, "Host: %s:%d\r\n", value, httpAddrGetPort(http->hostaddr)) < 1)
{
http->status = HTTP_STATUS_ERROR;