You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second assignment incorrectly references the 0 index. This results in the context error being set to nil when it should never be set to nil. The next time the context is passed to another, it causes a panic that crashes the entire server:
s3-sftp-proxy/merged_context.go
Lines 50 to 55 in d292467
The second assignment incorrectly references the 0 index. This results in the context error being set to nil when it should never be set to nil. The next time the context is passed to another, it causes a panic that crashes the entire server:
panic: context: internal error: missing cancel error
The text was updated successfully, but these errors were encountered: