Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #27814. Construct HTTP request headers into smart_str #2040

Closed
wants to merge 2 commits into from

Conversation

vhuk
Copy link
Contributor

@vhuk vhuk commented Jul 28, 2016

All request headers will be sent at the same time.

@vhuk vhuk closed this Aug 4, 2016
@vhuk
Copy link
Contributor Author

vhuk commented Aug 4, 2016

Replaced by PR 2053 which is against 5.6.25.

@nikic
Copy link
Member

nikic commented Aug 4, 2016

Sorry for the delay, I have now merged this into PHP 7.1+ as 318d3b3. I've landed it in 7.1 only because it's a feature request rather than bug fix. Thanks!

@nikic
Copy link
Member

nikic commented Aug 4, 2016

Small followup to replace use of scratch with direct writes to the smart_str: #2054 Would appreciate a quick review.

@nikic
Copy link
Member

nikic commented Aug 4, 2016

Given https://bugs.php.net/bug.php?id=53615 this sounds somewhat bug-ish, so might want to apply it to 7.0 as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants