Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Added support for WebSockets #41

Merged
merged 18 commits into from
Mar 1, 2017
Merged

Added support for WebSockets #41

merged 18 commits into from
Mar 1, 2017

Commits on Feb 22, 2017

  1. Added support for proxying websockets.

    Upgraded .NET Framework to 4.6
    Updated example to use web sockets on Kestrel
    mkosieradzki committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    cbb7e17 View commit details
    Browse the repository at this point in the history
  2. Added ping/pong configuration

    Added RequestAborted cancellation token support
    Added basic error handling for connect
    Replaced CloseAsync with CloseOutputAsync
    mkosieradzki committed Feb 22, 2017
    Configuration menu
    Copy the full SHA
    fb8e43b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13ed159 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Added configuration option for WebSocketBufferSize

    Renamed iterator
    mkosieradzki committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    316a1ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ebb2e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    07e4d8d View commit details
    Browse the repository at this point in the history
  4. Fixed header ordering

    mkosieradzki committed Feb 23, 2017
    Configuration menu
    Copy the full SHA
    f618602 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Configuration menu
    Copy the full SHA
    7e10008 View commit details
    Browse the repository at this point in the history
  2. Fixed Kestrel version

    mkosieradzki committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    8439d82 View commit details
    Browse the repository at this point in the history
  3. Added license header

    Renamed test method
    Code formatting
    Added constants
    mkosieradzki committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    019bc8d View commit details
    Browse the repository at this point in the history
  4. Removed dead code

    mkosieradzki committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    490e38b View commit details
    Browse the repository at this point in the history
  5. Improved error handling

    Improved variable naming
    mkosieradzki committed Feb 24, 2017
    Configuration menu
    Copy the full SHA
    dade44f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    780e228 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c24f095 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5a86cd View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. Configuration menu
    Copy the full SHA
    0690fde View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e742290 View commit details
    Browse the repository at this point in the history
  3. Removed redundant else.

    mkosieradzki committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    be98bc6 View commit details
    Browse the repository at this point in the history