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

server-generated session_id; client generated crc32 values for chunks; #15

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

mhassman
Copy link

  • require server-generated session_id value.

index.html:

  • removed client generation of session_id value.
  • client now calculates crc values for chunks.. sends to server for verification.

mhassman added 6 commits July 21, 2016 12:54
  - require server-generated session_id value.

index.html:
  - removed client generation of session_id value.
  - client now calculates crc values for chunks.. sends to server for verification.
….ctx.file_name).

- optionally, error if file length doesn't match breadcrumb specified from upstream lua processor (ngx.ctx.file_length).
- added move successful uploads if $success_destination_dir variable is set in .conf.
…m lua modules to backend storage handler data.
@pgaertig
Copy link
Owner

pgaertig commented Jan 5, 2017

Thanks for PR with very impressive changes. The scope of them is quite broad so I think splitting them into separate PRs with updated tests would make them easier to evaluate and introduce progressively.

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