Jeevanandam M.

Results 447 comments of Jeevanandam M.

@tttturtle-russ The `TestGenerateExecutedCurl` failure started after I merged from branch `v2` to branch `main`. It needs to investigate why it's failing.

@tttturtle-russ What do you mean it works? Can you try this command at your end? ``` go test ./... -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./... ``` You can also see failure in...

@nagius Thanks for reporting it. I agree that adding the method `EnableTraceWithCurl()` would help. Plus, adding details about leak secrets in the godoc.

While implementing, I decided to change the method name as follows on the Client and Request instances - * `EnableGenerateCurlOnDebug()` * `DisableGenerateCurlOnDebug()`

@wasserholz Thanks for reaching out. In the upcoming Resty v3, retry controls will be added to the Request level to prevent retrying on particular requests; refer to #752. Can you...

@wasserholz, I thought I would check with you regarding my above comment.

@wasserholz I thought I would check with you again.

@wasserholz Thanks for getting back. So your use case is to apply only the request retry conditions, not the client retry conditions for the specific requests, right?