Skip to content

Commit

Permalink
Fix rebase mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Apr 13, 2020
1 parent a139c02 commit f0245a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Connection/Http1Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ public function getStream(Request $request): Promise

private function free(): Promise
{
$this->socket = null;

$this->lastUsedAt = 0;

if ($this->timeoutWatcher !== null) {
Expand Down

0 comments on commit f0245a4

Please sign in to comment.