Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Fix content typo
Browse files Browse the repository at this point in the history
Related to influxdata#62
  • Loading branch information
rockyluke committed Jul 2, 2018
1 parent 320c059 commit f589483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions relay/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ func (b *simplePoster) post(buf []byte, query string, auth string) (*responseDat
}

return &responseData{
ContentType: resp.Header.Get("Conent-Type"),
ContentEncoding: resp.Header.Get("Conent-Encoding"),
ContentType: resp.Header.Get("Content-Type"),
ContentEncoding: resp.Header.Get("Content-Encoding"),
StatusCode: resp.StatusCode,
Body: data,
}, nil
Expand Down

0 comments on commit f589483

Please sign in to comment.