popcorn: there's no more a global curl handle, so this should be fixed
authorAlexis Laferrière <alexis.laf@xymus.net>
Fri, 15 Feb 2019 13:08:38 +0000 (08:08 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Fri, 15 Feb 2019 13:12:43 +0000 (08:12 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

lib/popcorn/pop_auth.nit

index 2f84be7..3dd71fb 100644 (file)
@@ -197,9 +197,6 @@ class GithubOAuthCallBack
                        return
                end
 
-               # FIXME reinit curl before next request to avoid weird 404
-               curl = new Curl
-
                # Load github user
                var gh_api = new GithubAPI(access_token)
                var user = gh_api.load_auth_user