Skip to content

Always wrap Stream if SSL #26

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

Merged
merged 1 commit into from
Mar 20, 2015
Merged

Always wrap Stream if SSL #26

merged 1 commit into from
Mar 20, 2015

Conversation

cboden
Copy link
Contributor

@cboden cboden commented Feb 3, 2015

refs #24

@cboden cboden added this to the v0.4.3 milestone Feb 3, 2015
@cboden
Copy link
Contributor Author

cboden commented Feb 3, 2015

The buffer drain fix in PHP was reverted. When using SSL we're not correctly notified when the buffer has data therefore must always forcefully drain the buffer. :-(

I left the wrapSecure code in, hopefully PHP core will fix the bug and we can re-add the version check so we don't have to have to do this work around on newer versions of PHP.

@cboden cboden changed the title Always Stream if SSL Always wrap Stream if SSL Feb 3, 2015
@clue
Copy link
Contributor

clue commented Feb 5, 2015

LGTM 👍

Just for the reference: This PR amends PR #14.

@clue
Copy link
Contributor

clue commented Feb 5, 2015

BTW, this could use a test, see #16 or #18.

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