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: Redth/HttpTwo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Neio/HttpTwo
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.
  • 15 commits
  • 36 files changed
  • 3 contributors

Commits on Jul 10, 2017

  1. Configuration menu
    Copy the full SHA
    ce06014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8db04c1 View commit details
    Browse the repository at this point in the history
  3. Fixed the usage of dynamic table for HPACK, handle both Encoder & Dec…

    …oder. Fixed the connection lost & reconnect handling.
    Neio committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    6955b3b View commit details
    Browse the repository at this point in the history
  4. Reference to hpack dll instead.

    Neio committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    1ee3d90 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Fixed logging bug

    Neio committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    4200fb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Should close TCP connection when failed to authenticate using client …

    …certificate. And we should close TCP connection once got GoAway frame.
    Neio committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    613e2e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    931db69 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2017

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

Commits on Aug 2, 2017

  1. Fix nuget packaging.

    Neio committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    9c8e0bc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Unit tests and build now succeed (#2)

    * Try to get hpack.dll from nuget
    
    * Add NPM reference
    
    * Add Nunit from Nuget
    
    * Add NUnit3TestAdapter to run the tests
    
    * Update to use the new NUnit version
    
    * Change Assert.IsNullOrEmpty to two separate calls
    
    No longer supported.
    
    * Update README.md
    
    * Update HttpTwo.nuspec
    silentdth authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    93f6127 View commit details
    Browse the repository at this point in the history
  2. Update HttpTwo.nuspec

    update URL
    Neio authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    1084942 View commit details
    Browse the repository at this point in the history
  3. Update build to .net 4.6.2 and .net 6 (#3)

    Co-authored-by: Neio <[email protected]>
    Neio and Neio authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    7a3d892 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    update CI info
    Neio authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    d2bdbf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. GitHub workflow (#5)

    * Github Actions
    Neio authored Jun 8, 2024
    Configuration menu
    Copy the full SHA
    8c457d6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Update NuGet Project URL

    Neio committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    82498ae View commit details
    Browse the repository at this point in the history
Loading