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

MiddlewareChain implements Middleware interface #87

Closed
wants to merge 3 commits into from
Closed

MiddlewareChain implements Middleware interface #87

wants to merge 3 commits into from

Conversation

marbemac
Copy link

If, during ProcessRequest, a middleware returns a response or error, don't process the rest of the chain.

Reference #86.

Marc MacLeod added 3 commits December 14, 2014 14:47
If, during ProcessRequest, a middleware returns a response or error, don't process the rest of the chain.
If, during ProcessRequest, a middleware returns a response or error, don't process the rest of the chain.

During ProcessResponse, only call the middleware that was called in ProcessResponse.
@marbemac marbemac closed this Dec 15, 2014
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