Skip to content

Commit 903056f

Browse files
committed
fix(types): add DisableHTTPCache to Copy method
Signed-off-by: Dwi Siswanto <git@dw1.io>
1 parent dc08d5b commit 903056f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/types/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,7 @@ func (options *Options) Copy() *Options {
559559
DebugRequests: options.DebugRequests,
560560
DebugResponse: options.DebugResponse,
561561
DisableHTTPProbe: options.DisableHTTPProbe,
562+
DisableHTTPCache: options.DisableHTTPCache,
562563
LeaveDefaultPorts: options.LeaveDefaultPorts,
563564
AutomaticScan: options.AutomaticScan,
564565
Silent: options.Silent,

0 commit comments

Comments
 (0)