ory / fosite-example

Apache License 2.0
78 stars 34 forks source link

you should not use gorequest library with http connections leak #12

Closed melkus closed 4 years ago

melkus commented 6 years ago

Please do not use gorequest in your demo, because other people may want to use samples from demo in production.

gorequest library has http connections leak: https://github.com/parnurzeal/gorequest/issues/75 And many other issues that nobody work on. Probably project is dead.

aeneasr commented 6 years ago

The commit history is very active so I'm not sure where "The project is dead" comes from, but feel free to replace gorequest with standard a http client in a PR!