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

http_fopen_wrapper.c - Ignore "100 Continue" responses #2175

Closed
wants to merge 3 commits into from

Conversation

IMSoP
Copy link
Contributor

@IMSoP IMSoP commented Oct 23, 2016

Fixes bug #73297

Part of an effort to implement HTTP/1.1 properly in the stream wrapper, with a view to making it easier or default in a future version.

<?php
require 'server.inc';

$ctx = stream_context_create();
Copy link
Member

Choose a reason for hiding this comment

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

Hmm, why create a stream context here if its not used? (The test is wrapped inside do_test() with its own stream context)

Copy link
Contributor Author

@IMSoP IMSoP Oct 24, 2016

Choose a reason for hiding this comment

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

Ah, well spotted, just not cleaned up from previous version (was also present in my PHPT for PR#1902)

@smalyshev smalyshev added the Bug label Oct 31, 2016
@nikic
Copy link
Member

nikic commented Nov 16, 2016

/cc @bwoebi This change make sense?

@bwoebi
Copy link
Member

bwoebi commented Nov 16, 2016

@nikic looks fine to me

@krakjoe
Copy link
Member

krakjoe commented Nov 17, 2016

Can we get a 5 series RM to start the merge please ?

@Tyrael @jpauli

@jpauli
Copy link
Member

jpauli commented Nov 17, 2016

Merged

@jpauli jpauli closed this Nov 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants