Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
144c7333
Commit
144c7333
authored
Feb 28, 2020
by
Dominik Hebeler
Browse files
curl_close is no needed
parent
1c4d2692
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/Console/Commands/RequestFetcher.php
View file @
144c7333
...
...
@@ -165,7 +165,6 @@ class RequestFetcher extends Command
$pipe
->
expire
(
$resulthash
,
60
);
});
}
finally
{
curl_close
(
$info
[
"handle"
]);
\
curl_multi_remove_handle
(
$mc
,
$info
[
"handle"
]);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment