Closed ahojcn closed 2 years ago
I think you should fork gorequest, and remove the statusText check.
My fork and release have some bugfixes and changes wklken/gorequest/releases
I think you should fork gorequest, and remove the statusText check.
My fork and release have some bugfixes and changes wklken/gorequest/releases
Thank you!
I use self-defined http status code
555
to represents that the request is current limited, and i want to retry 3 times when response status code is555
It doesn't seem to work.errs looks like:
What should I do in this situation?
Thank you very much. :)