Skip to content

Commit

Permalink
Reduce the size of the internal struct ServerGrpcWebContext that is c…
Browse files Browse the repository at this point in the history
…opied around
  • Loading branch information
Henr1k80 committed Oct 21, 2024
1 parent 5fffc48 commit 40ff62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grpc.AspNetCore.Web/Internal/ServerGrpcWebMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace Grpc.AspNetCore.Web.Internal;

internal readonly record struct ServerGrpcWebContext(ServerGrpcWebMode Request, ServerGrpcWebMode Response);

internal enum ServerGrpcWebMode
internal enum ServerGrpcWebMode : byte
{
None,
GrpcWeb,
Expand Down

0 comments on commit 40ff62b

Please sign in to comment.