From 7277028bf4dbfcb069369a469e838454354b98f0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Fri, 15 Feb 2019 08:08:38 -0500 Subject: [PATCH] popcorn: there's no more a global curl handle, so this should be fixed MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- lib/popcorn/pop_auth.nit | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/popcorn/pop_auth.nit b/lib/popcorn/pop_auth.nit index 2f84be7..3dd71fb 100644 --- a/lib/popcorn/pop_auth.nit +++ b/lib/popcorn/pop_auth.nit @@ -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 -- 1.7.9.5