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 #311

Merged
merged 4 commits into from
Aug 19, 2018
Merged

Added decoder for chunked HTTP encoding #311

merged 4 commits into from
Aug 19, 2018

Commits on May 24, 2018

  1. Added decoder for chunked HTTP encoding

    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.
    sevzero committed May 24, 2018
    Configuration menu
    Copy the full SHA
    53bf52c View commit details
    Browse the repository at this point in the history
  2. Reduced variable scopes

    sevzero committed May 24, 2018
    Configuration menu
    Copy the full SHA
    83c145c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67bd260 View commit details
    Browse the repository at this point in the history
  4. Fixed issues raised by Travis

    sevzero committed May 24, 2018
    Configuration menu
    Copy the full SHA
    ed84614 View commit details
    Browse the repository at this point in the history