Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MetaGer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
MetaGer
Commits
2dfa3634
Commit
2dfa3634
authored
8 years ago
by
Dominik Hebeler
Browse files
Options
Downloads
Patches
Plain Diff
Wenn das Laden der Ergebnisse einer Suchmaschine abgebrochen wird, wird auch der Socket geschlossen
parent
3b0c90fc
No related branches found
Branches containing commit
No related tags found
1 merge request
!1365
Resolve "Filter Options for MetaGer"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/Models/Searchengine.php
+3
-0
3 additions, 0 deletions
app/Models/Searchengine.php
with
3 additions
and
0 deletions
app/Models/Searchengine.php
+
3
−
0
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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment