Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice3man543 committed Nov 26, 2024
1 parent ce023d0 commit 090cadb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/fuzz/component/cookie.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func (c *Cookie) Delete(key string) error {
// Rebuild returns a new request with the
// component rebuilt
func (c *Cookie) Rebuild() (*retryablehttp.Request, error) {
// TODO: Fix cookie duplication with auth-file
cloned := c.req.Clone(context.Background())

cloned.Header.Del("Cookie")
Expand Down

0 comments on commit 090cadb

Please sign in to comment.