Skip to content

Commit 3544dfa

Browse files
committed
Break when correct cookie found.
1 parent e0109e8 commit 3544dfa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

system/HTTP/Response.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -934,6 +934,8 @@ public function deleteCookie($name, string $domain = '', string $path = '/', str
934934
{
935935
$cookie['value'] = '';
936936
$cookie['expires'] = '';
937+
938+
break;
937939
}
938940
}
939941

0 commit comments

Comments
 (0)