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: jayjamesjay/http_req
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.2
Choose a base ref
...
head repository: jayjamesjay/http_req
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 14 commits
  • 18 files changed
  • 2 contributors

Commits on Apr 21, 2024

  1. update dependencies

    jayjamesjay committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    7f50f7f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Fix for incorrect Content-Length: 0 handling

    If the Content-Length header is set to 0, the client must not read the content from the stream, otherwise it hangs waiting for data. 
    Redirect responses (302, 307) usally have no content and have Content-Length: 0
    ghu authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8000c69 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Merge pull request #65 from ghu/patch-1

    Fix for incorrect Content-Length: 0 handling
    jayjamesjay authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e1f8622 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d510cbc View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. timeout - new impl - init

    jayjamesjay committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    47e81c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    424fb46 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    9f48e92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    038f10d View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

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

Commits on Jun 25, 2024

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

Commits on Jun 26, 2024

  1. tests for stream

    jayjamesjay committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1f1a171 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44ab978 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. improve docs

    jayjamesjay committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    3cbb03e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aaf2e2 View commit details
    Browse the repository at this point in the history
Loading