Comparing master...feature/keep-alive · xp-framework/http · GitHub
Skip to content
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: xp-framework/http
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: xp-framework/http
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feature/keep-alive
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 12 files changed
  • 1 contributor

Commits on Oct 3, 2017

  1. Configuration menu
    Copy the full SHA
    39b4978 View commit details
    Browse the repository at this point in the history
  2. Refactor reading HTTP body to separate classes:

    . ReadLength for responses with Content-Length header
    . ReadChunks for response with Content-Transfer-Encoding: chunked
    . HttpInputStream will handle the "otherwise" case
    thekid committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    f8d1073 View commit details
    Browse the repository at this point in the history
  3. Extract HTTP body reading

    thekid committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    96bd585 View commit details
    Browse the repository at this point in the history
  4. Remove hardcoded "Connection: keep-alive"

    Needs to be set explicitely by API users, retaining BC
    thekid committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    c1df9a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d72b56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0e907d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3ae515 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7268fda View commit details
    Browse the repository at this point in the history
  9. Fix HHVM compatibility

    thekid committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    b5e9746 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

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

Commits on Oct 7, 2017

  1. Add tests for Channel class

    thekid committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    ce0fd4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47992b6 View commit details
    Browse the repository at this point in the history
  3. Add test

    thekid committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    0386340 View commit details
    Browse the repository at this point in the history
  4. Simplify code

    thekid committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    0051f70 View commit details
    Browse the repository at this point in the history
Loading