Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

[http] fix many header issues #5313

Merged
merged 4 commits into from
Oct 22, 2013
Merged

[http] fix many header issues #5313

merged 4 commits into from
Oct 22, 2013

Conversation

Maks3w
Copy link
Member

@Maks3w Maks3w commented Oct 21, 2013

No description provided.

This exceptions only check if the argument is present. Since arguments does not have a default value there is no option for miss them.
Adds constructor for set value
@@ -548,14 +549,6 @@ public function match($uri, $matchSessionCookies = true, $now = null)
*/
public static function matchCookieDomain($cookieDomain, $host)
{
if (! $cookieDomain) {
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a BC Break?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No -- it's fixing bad behavior in the existing code.

@ghost ghost assigned weierophinney Oct 22, 2013
weierophinney added a commit that referenced this pull request Oct 22, 2013
weierophinney added a commit that referenced this pull request Oct 22, 2013
@weierophinney weierophinney merged commit 365ca43 into zendframework:develop Oct 22, 2013
@Maks3w Maks3w deleted the hotfix/http-fix-many-header-issues branch October 22, 2013 21:02
weierophinney added a commit to zendframework/zend-http that referenced this pull request May 15, 2015
…x/http-fix-many-header-issues

[http] fix many header issues
weierophinney added a commit to zendframework/zend-http that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants