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: microsoft/cpprestsdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: stewartbright/cpprestsdk
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.
  • 6 commits
  • 1 file changed
  • 2 contributors

Commits on May 18, 2016

  1. RFC7230 (HTTP 1.1) 3.2 "Header fields" specifies that whitespace betw…

    …een colon and value is optional, but http_client_asio::read_headers started reading the value at one after the colon, assuming there would always be exactly one space.
    stewartbright committed May 18, 2016
    Configuration menu
    Copy the full SHA
    9d96d36 View commit details
    Browse the repository at this point in the history
  2. Revert "RFC7230 (HTTP 1.1) 3.2 "Header fields" specifies that whitesp…

    …ace between colon and value is optional, but http_client_asio::read_headers started reading the value at one after the colon, assuming there would always be exactly one space."
    
    This reverts commit 9d96d36.
    stewartbright committed May 18, 2016
    Configuration menu
    Copy the full SHA
    da04a63 View commit details
    Browse the repository at this point in the history
  3. Header parsing assumes whitespace after colon

    RFC7230 (HTTP 1.1) 3.2 "Header fields" specifies that whitespace between
    colon and value is optional, but http_client_asio::read_headers started
    reading the value at one after the colon, assuming there would always be
    exactly one space.
    stewartbright committed May 18, 2016
    Configuration menu
    Copy the full SHA
    9b3976a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7654dd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2016

  1. Merge branch 'header-fix'

    Merging branch for completeness.
    stewartbright committed Jun 8, 2016
    Configuration menu
    Copy the full SHA
    e95c79e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

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