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

Added decoder for chunked HTTP encoding #309

Closed
wants to merge 2 commits into from
Closed

Conversation

sevzero
Copy link
Contributor

@sevzero sevzero commented May 23, 2018

This decoder will join up a HTTP response sent using chunked transfer encoding, raised in issue #168.

This is useful when attempting to extract files or gzipped responses sent using chunked transfer encoding, particularly when combined with the gunzip operation.

This decoder will join up a HTTP response sent using chunked transfer encoding, raised in issue gchq#168.

This is useful when attempting to extract files or gzipped responses sent using chunked transfer encoding, particularly when combined with the gunzip operation.
@mattnotmitt
Copy link
Collaborator

Hi @sevzero, thanks for the PR. master is currently frozen until #284 is merged; which introduces a new module format that hasn't been documented on the wiki yet, but if you have the time, you can branch off esm and using the already written operations as a guide, port this feature. Additionally, if you need a hand you can join our gitter where we'd be happy to help.
Also, before this is merged you'll have to sign the CLA for this project.

@sevzero sevzero closed this May 25, 2018
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