We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the segfetcher logic in the PS returns an error, the handler silently returns, we should log the error and return a negative reply to the client.
Problematic code:
scion/go/path_srv/internal/segreq/handler.go
Lines 70 to 74 in cd316a3
Lines 87 to 89 in cd316a3
The text was updated successfully, but these errors were encountered:
PS: Log & return err from segfetcher
65d7f6d
Instead of silently bailing out. Fixes scionproto#3091
964af72
PS: Log & return err from segfetcher (#3092)
df2dcd8
Instead of silently bailing out. Fixes #3091
Successfully merging a pull request may close this issue.
If the segfetcher logic in the PS returns an error, the handler silently returns, we should log the error and return a negative reply to the client.
Problematic code:
scion/go/path_srv/internal/segreq/handler.go
Lines 70 to 74 in cd316a3
and missing logging in:
scion/go/path_srv/internal/segreq/handler.go
Lines 87 to 89 in cd316a3
The text was updated successfully, but these errors were encountered: