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

Fix next to *always* work. #106

Merged
merged 1 commit into from
Feb 17, 2020
Merged

Conversation

edwarnicke
Copy link
Member

Right now in the event where you run a chain element outside of a chain, you will get a panic
on calls to things like:

next.Server(ctx).Request(...)

This fixes that. Now it never panics.

@edwarnicke edwarnicke changed the title Next next to *always* work. Fix next to *always* work. Feb 16, 2020
Right now in the event where you run a chain element outside of a chain, you will get a panic
on calls to things like:

next.Server(ctx).Request(...)

This fixes that.  Now it never panics.

Signed-off-by: Ed Warnicke <hagbard@gmail.com>
@fkautz fkautz merged commit 0cdb22e into networkservicemesh:master Feb 17, 2020
@edwarnicke edwarnicke mentioned this pull request Feb 17, 2020
nsmbot pushed a commit that referenced this pull request Jul 7, 2021
…i@main networkservicemesh/api#

networkservicemesh/api PR link: https://github.com/networkservicemesh/api/pull/

networkservicemesh/api commit message:
commit 3bce416a9f33f54b11d554a65bee76e591383169
Author: Авраменко Михаил <mikhail.avramenko@xored.com>
Date:   Thu Jul 8 00:45:02 2021 +0700

    Added fallthrough_on_empty field for match object (#106)

    * added fallthrough on empty field

    Signed-off-by: Mikhail Avramenko <avramenkomihail15@gmail.com>

    * re-generated proto models

    Signed-off-by: Mikhail Avramenko <avramenkomihail15@gmail.com>

    * re-generated files with correct versions of protobuf

    Signed-off-by: Mikhail Avramenko <avramenkomihail15@gmail.com>

Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
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

2 participants