Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: twpayne/httpcache
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gbl08ma/httpcache
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 2 files changed
  • 3 contributors

Commits on Jun 19, 2019

  1. fix unclosed resps

    domenicrosati committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    2725d06 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

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

Commits on Sep 18, 2019

  1. Fix EOF handling of the last chunk of the message. (#1)

    This problem surfaces when using a transport with gzip handling turned on.
    
    The change satisfies the following specifics of end-of-file conditions per docs:
    ```
    // When Read encounters an error or end-of-file condition after
    // successfully reading n > 0 bytes, it returns the number of
    // bytes read. It may return the (non-nil) error from the same call
    // or return the error (and n == 0) from a subsequent call.
    // An instance of this general case is that a Reader returning
    // a non-zero number of bytes at the end of the input stream may
    // return either err == EOF or err == nil. The next Read should
    // return 0, EOF.
    ```
    xornivore authored Sep 18, 2019
    Configuration menu
    Copy the full SHA
    cd6e5a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. Merge pull request #1 from xornivore/master

    Merge EOF handling fix
    gbl08ma authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    38a9af4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fb7044 View commit details
    Browse the repository at this point in the history
Loading