Skip to content

Commit

Permalink
Break when correct cookie found.
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnieezell committed Oct 4, 2018
1 parent e0109e8 commit 3544dfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions system/HTTP/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,8 @@ public function deleteCookie($name, string $domain = '', string $path = '/', str
{
$cookie['value'] = '';
$cookie['expires'] = '';

break;
}
}

Expand Down

0 comments on commit 3544dfa

Please sign in to comment.