Skip to content

Commit

Permalink
Merge pull request #110 from Edgio/frank_081822_DEN-376
Browse files Browse the repository at this point in the history
[DEN-376] Always send HostHeader field even when it is an empty string
  • Loading branch information
wdawg33 authored Aug 18, 2022
2 parents cf80a53 + 7c5c9d9 commit ddc31d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edgecast/origin/origin_models.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Origin struct {
// [IPv6Address]:port (e.g., [1:2:3:4:5:6:7:8]:80)
// Blank: The request URI determines the value of the Host request header.
// A protocol should not be specified when setting this parameter.
HostHeader string `json:"HostHeader,omitempty"`
HostHeader string `json:"HostHeader"`

// This parameter contains the hostnames/IP addresses that will handle
// HTTP requests.
Expand Down

0 comments on commit ddc31d0

Please sign in to comment.