Skip to content
Snippets Groups Projects
Commit 2dfa3634 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

Wenn das Laden der Ergebnisse einer Suchmaschine abgebrochen wird, wird auch der Socket geschlossen

parent 3b0c90fc
No related branches found
No related tags found
1 merge request!1365Resolve "Filter Options for MetaGer"
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment