Skip to content

Commit 090cadb

Browse files
committed
misc
1 parent ce023d0 commit 090cadb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/fuzz/component/cookie.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ func (c *Cookie) Delete(key string) error {
8181
// Rebuild returns a new request with the
8282
// component rebuilt
8383
func (c *Cookie) Rebuild() (*retryablehttp.Request, error) {
84+
// TODO: Fix cookie duplication with auth-file
8485
cloned := c.req.Clone(context.Background())
8586

8687
cloned.Header.Del("Cookie")

0 commit comments

Comments
 (0)