parnurzeal / gorequest

GoRequest -- Simplified HTTP client ( inspired by nodejs SuperAgent )
http://parnurzeal.github.io/gorequest/
MIT License
3.44k stars 414 forks source link

The return data is too large, an error occurs, and the return is nil #256

Open songning4 opened 3 years ago

songning4 commented 3 years ago

When I use it to request an interface, it always return nil.

2

But I try to use other tools and can return normally.

3

I suspect this error is caused by too much data returned.

I suspect that the error is caused by too much data returned. I hope to get your help, thank you very much.