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
GrpcProtocolHelpers.SetStatus(GrpcProtocolHelpers.GetTrailersDestination(httpContext.Response),newStatus(StatusCode.Unimplemented,"Method is unimplemented."));
124
126
returnTask.CompletedTask;
125
127
};
@@ -146,8 +148,10 @@ public RequestDelegate CreateUnimplementedService()
GrpcProtocolHelpers.SetStatus(GrpcProtocolHelpers.GetTrailersDestination(httpContext.Response),newStatus(StatusCode.Unimplemented,"Service is unimplemented."));
0 commit comments