-
Notifications
You must be signed in to change notification settings - Fork 36
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
next::Client doesn't work with chained elements #172
Labels
bug
Something isn't working
Comments
denis-tingaikin
added a commit
to denis-tingaikin/sdk
that referenced
this issue
Mar 31, 2020
Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>
edwarnicke
pushed a commit
that referenced
this issue
Apr 3, 2020
* fix issue #172 Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com> * fix format Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com> * review comments Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com> * fix nil context passing case Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com> * self code review Signed-off-by: denis-tingajkin <denis.tingajkin@xored.com>
Fixed by #173 |
nsmbot
pushed a commit
that referenced
this issue
Mar 25, 2024
…i@main PR link: networkservicemesh/api#172 Commit: 92facbc Author: Nikita Skrynnik Date: 2024-03-25 17:44:51 +0700 Message: - fix CVEs (#172) * fix CVEs Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com> * go mod tidy Signed-off-by: NikitaSkrynnik <nikita.skrynnik@xored.com> --------- Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
denis-tingaikin
pushed a commit
that referenced
this issue
Mar 25, 2024
…i@main (#1600) PR link: networkservicemesh/api#172 Commit: 92facbc Author: Nikita Skrynnik Date: 2024-03-25 17:44:51 +0700 Message: - fix CVEs (#172) * fix CVEs * go mod tidy --------- Signed-off-by: NSMBot <nsmbot@networkservicmesh.io> Co-authored-by: NSMBot <nsmbot@networkservicmesh.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation
When we pass the chained client element into next.NewNetworkServiceClient(), unexpected behaviour may occur in next.Request -- it will be impossible to make request through all the clients in the chain.
The text was updated successfully, but these errors were encountered: