Skip to content
GitLab
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
2dfa3634
Commit
2dfa3634
authored
Jun 08, 2016
by
Dominik Hebeler
Browse files
Wenn das Laden der Ergebnisse einer Suchmaschine abgebrochen wird, wird auch der Socket geschlossen
parent
3b0c90fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Models/Searchengine.php
View file @
2dfa3634
...
...
@@ -245,6 +245,9 @@ abstract class Searchengine
{
die
(
"Konnte nicht herausfinden, wie ich die Serverantwort von: "
.
$this
->
name
.
" auslesen soll. Header war: "
.
print_r
(
$headers
));
}
}
else
{
fclose
(
$this
->
fp
);
}
Redis
::
del
(
$this
->
host
.
"."
.
$this
->
socketNumber
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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