wip: add todo

This commit is contained in:
Kevin Franklin Kim 2024-03-08 14:55:18 +01:00
parent ba2d68fd99
commit bbf3c33612
No known key found for this signature in database

View File

@ -137,7 +137,7 @@ func (c *Client) SendRaw(r *http.Request, event *Event) error {
return errors.Wrap(err, "failed to create request")
}
// copy headers
// TODO valiate: copy headers
req.Header = r.Header.Clone()
// forward cookies