Skip to content

Commit

Permalink
do not omit status code (#1760)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogancanbakir authored Jun 10, 2024
1 parent da34530 commit 64ab42a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ type Result struct {
Chain []httpx.ChainItem `json:"chain,omitempty" csv:"chain"`
Words int `json:"words" csv:"words"`
Lines int `json:"lines" csv:"lines"`
StatusCode int `json:"status_code,omitempty" csv:"status_code"`
StatusCode int `json:"status_code" csv:"status_code"`
ContentLength int `json:"content_length" csv:"content_length"`
Failed bool `json:"failed" csv:"failed"`
VHost bool `json:"vhost,omitempty" csv:"vhost"`
Expand Down

0 comments on commit 64ab42a

Please sign in to comment.