diff --git a/src/xutil/xhttp/log.go b/src/xutil/xhttp/log.go index c640342..02e28a3 100644 --- a/src/xutil/xhttp/log.go +++ b/src/xutil/xhttp/log.go @@ -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"` }