Skip to content

Commit

Permalink
Remove done todo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobilobi committed Mar 30, 2024
1 parent 81e0aa9 commit 66587bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wsstat.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ func (ws *WSStat) Dial(url *url.URL, customHeaders http.Header) error {
for name, values := range documentedDefaultHeaders {
headers[name] = values
}
// TODO: also add option for custom request headers
ws.Result.RequestHeaders = headers
ws.Result.ResponseHeaders = resp.Header

Expand Down

0 comments on commit 66587bb

Please sign in to comment.