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

Add progress hook #180

Merged
merged 3 commits into from
Oct 12, 2015
Merged

Add progress hook #180

merged 3 commits into from
Oct 12, 2015

Conversation

rmccue
Copy link
Collaborator

@rmccue rmccue commented Oct 12, 2015

See #98

The hook receives 3 parameters:
- $data (the piece of data we're about to process)
- $bytes (number of bytes we're processed already, excluding $data)
- $byte_limit (maximum number of bytes to accept, or false if no limit)
rmccue added a commit that referenced this pull request Oct 12, 2015
@rmccue rmccue merged commit c3fe7fa into master Oct 12, 2015
@rmccue rmccue deleted the progress-hook branch October 12, 2015 07:28
@rmccue rmccue mentioned this pull request Oct 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant