We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce023d0 commit 090cadbCopy full SHA for 090cadb
pkg/fuzz/component/cookie.go
@@ -81,6 +81,7 @@ func (c *Cookie) Delete(key string) error {
81
// Rebuild returns a new request with the
82
// component rebuilt
83
func (c *Cookie) Rebuild() (*retryablehttp.Request, error) {
84
+ // TODO: Fix cookie duplication with auth-file
85
cloned := c.req.Clone(context.Background())
86
87
cloned.Header.Del("Cookie")
0 commit comments