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

Implement no-op support for Plug.Conn.Adapter.upgrade/3 #34

Closed
wants to merge 1 commit into from

Conversation

mtrudel
Copy link
Owner

@mtrudel mtrudel commented Oct 3, 2022

This work does not provide any concrete support for any protocols, it merely satisfies the plumbing requirements introduced in Plug by elixir-plug/plug#1119

See phoenixframework/phoenix#5003 for an omnibus overview.

Doing a no-op implementation here allows for the changes required in Plug to be isolated to a small set of PRs (namely this one and elixir-plug/plug_cowboy#88), while not breaking anything in the process.

Note that this PR is not entirely complete yet; it will need to have its dependency on Plug updated to a version which incorporates elixir-plug/plug#1119.

@mtrudel
Copy link
Owner Author

mtrudel commented Oct 16, 2022

Closing in favour of #38

@mtrudel mtrudel closed this Oct 16, 2022
@mtrudel mtrudel deleted the plug_upgrade branch October 16, 2022 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant