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

Do not assume response body is seekable in App::respond. Fixes #1434 #1435

Merged
merged 1 commit into from
Aug 12, 2015
Merged

Do not assume response body is seekable in App::respond. Fixes #1434 #1435

merged 1 commit into from
Aug 12, 2015

Conversation

codeguy
Copy link
Member

@codeguy codeguy commented Aug 12, 2015

This checks to see if the Response StreamInterface body is in fact seekable before attempting to seek it.

@codeguy codeguy added the bug label Aug 12, 2015
@codeguy codeguy added this to the 3.0.0 RC1 milestone Aug 12, 2015
@geggleto
Copy link
Member

//cc @akrabat @silentworks Looks good to me!

silentworks added a commit that referenced this pull request Aug 12, 2015
Do not assume response body is seekable in App::respond. Fixes #1434
@silentworks silentworks merged commit 15aea44 into slimphp:3.x Aug 12, 2015
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

3 participants