Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed May 22, 2024
2 parents 64457fb + 251f4a8 commit 7d212f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions transport/odoh.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func (o *ODoH) Exchange(m *dns.Msg) (*dns.Msg, error) {
if err != nil {
return nil, fmt.Errorf("do target configs request: %s", err)
}
defer resp.Body.Close()

bodyBytes, err := io.ReadAll(resp.Body)
if err != nil {
Expand Down

0 comments on commit 7d212f9

Please sign in to comment.