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

Transfer-encoding: chunked and stuff. #7

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

Commits on Jun 3, 2023

  1. Configuration menu
    Copy the full SHA
    1903aa9 View commit details
    Browse the repository at this point in the history
  2. Modified WarcDate unittests to handle the different JDK date precisio…

    …ns. (JDK8 precision is millis and JDK9+ is nano precision)
    
    Fixed some javadoc warnings reported in the build.
    nclarkekb committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    d257855 View commit details
    Browse the repository at this point in the history
  3. Reordered getting current date to after InetAddress.getLocalHost().ge…

    …tHostName() in case of lag getting hostname.
    
    Should sort out those random errors where the dates differ more than 1 second in 2 unittests.
    nclarkekb committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    bb6e9ac View commit details
    Browse the repository at this point in the history
  4. Support dual digest calculation of HTTP transfer-encoding: chunked.

    Since the payload digest can either be the whole payload or the unchunked data.
    nclarkekb committed Jun 3, 2023
    Configuration menu
    Copy the full SHA
    790aa43 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Report bad chunked encoding if payload digest is not valid.

    Added some constants.
    nclarkekb committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    f36ecc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    a56b9a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Configuration menu
    Copy the full SHA
    7a3f28b View commit details
    Browse the repository at this point in the history