Skip to content

Commit

Permalink
Update xhttp XRequest.RetryAttempts
Browse files Browse the repository at this point in the history
  • Loading branch information
onanying committed Oct 13, 2023
1 parent ab276b1 commit 97a0aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xutil/xhttp/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

type Log struct {
Duration time.Duration `json:"duration"`
Request *XRequest `json:"request"` // The XRequest.RetryAttempts field records the number of retries that have been completed.
Request *XRequest `json:"request"` // The XRequest.RetryAttempts field records the number of retry attempts
Response *XResponse `json:"response"` // If request error this field is equal to nil
Error error `json:"error"`
}
Expand Down

0 comments on commit 97a0aab

Please sign in to comment.