Skip to content

Commit

Permalink
solving conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed Oct 6, 2020
1 parent 1ac7ae1 commit 1fccfc1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions v2/pkg/requests/bulk-http-request.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,9 @@ type BulkHTTPRequest struct {
MaxRedirects int `yaml:"max-redirects,omitempty"`
// Raw contains raw requests
Raw []string `yaml:"raw,omitempty"`
<<<<<<< HEAD
// Pipeline defines if the attack should be performed with HTTP 1.1 Pipelining (race conditions/billions requests)
// All requests must be indempotent (GET/POST)
Pipeline bool `yaml:"pipeline,omitempty"`
gsfm *GeneratorFSM
=======
// Specify in order to skip request RFC normalization
Unsafe bool `yaml:"unsafe,omitempty"`
// DisableAutoHostname Enable/Disable Host header for unsafe raw requests
Expand All @@ -77,7 +74,6 @@ type BulkHTTPRequest struct {
DisableAutoContentLength bool `yaml:"disable-automatic-content-length-header,omitempty"`
// Internal Finite State Machine keeping track of scan process
gsfm *GeneratorFSM
>>>>>>> master
}

// GetMatchersCondition returns the condition for the matcher
Expand Down

0 comments on commit 1fccfc1

Please sign in to comment.