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

Remove auth handler #11

Merged
merged 1 commit into from
Jun 16, 2014
Merged

Remove auth handler #11

merged 1 commit into from
Jun 16, 2014

Conversation

dmcgowan
Copy link
Member

Remove auth handler in favor of handling auth in stream handler. Having a separate auth handler is no longer necessary since replies can be sent on the stream object and have no need to be sent directly by the stream frame handler. This also allows greater flexibility in how rejected auth is handled, whether through a stream reset or sending an http status code in the reply frame.

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
dmcgowan added a commit that referenced this pull request Jun 16, 2014
@dmcgowan dmcgowan merged commit 8e32120 into moby:master Jun 16, 2014
@dmcgowan dmcgowan deleted the remove_auth_handler branch June 16, 2014 19:06
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.

1 participant