Skip to content

Commit

Permalink
misc fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ice3man543 committed Jun 17, 2024
1 parent ca3e696 commit 80d5532
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions common/httpx/option.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,15 @@ type Options struct {

// DefaultOptions contains the default options
var DefaultOptions = Options{
RandomAgent: true,
Threads: 25,
Timeout: 30 * time.Second,
RetryMax: 5,
MaxRedirects: 10,
Unsafe: false,
CdnCheck: "true",
ExcludeCdn: false,
RandomAgent: true,
Threads: 25,
Timeout: 30 * time.Second,
RetryMax: 5,
MaxRedirects: 10,
Unsafe: false,
CdnCheck: "true",
ExcludeCdn: false,
MaxResponseBodySizeToRead: 1024 * 1024 * 10,
// VHOSTs options
VHostIgnoreStatusCode: false,
VHostIgnoreContentLength: true,
Expand Down

0 comments on commit 80d5532

Please sign in to comment.