Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for protocol upgrades #1119

Merged
merged 11 commits into from
Oct 31, 2022
Merged

Commits on Sep 29, 2022

  1. Define :upgraded Plug.Conn state

    * Update a number of existing tests on :sent that were too narrow in scope
    * Update docs to reflect widening of scope
    mtrudel committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    dba4979 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

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

Commits on Oct 8, 2022

  1. Minor doc updates

    mtrudel committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    e3bf900 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

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

Commits on Oct 29, 2022

  1. Configuration menu
    Copy the full SHA
    8df9c71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d1884e View commit details
    Browse the repository at this point in the history
  3. Update lib/plug/conn.ex

    Co-authored-by: José Valim <jose.valim@gmail.com>
    mtrudel and josevalim committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    608a72a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    1aff012 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6882eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29ddd8a View commit details
    Browse the repository at this point in the history
  4. s/unsupported/not_supported

    mtrudel committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    a46e2f5 View commit details
    Browse the repository at this point in the history