Skip to content

Commit b9891d5

Browse files
Sync shared code from runtime (#39571)
Co-authored-by: Tratcher <[email protected]>
1 parent a429ec3 commit b9891d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Shared/runtime/Http2/Hpack/StatusCodes.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ public static ReadOnlySpan<byte> ToStatusBytes(int statusCode)
212212

213213
default:
214214
return Encoding.ASCII.GetBytes(statusCode.ToString(CultureInfo.InvariantCulture));
215+
215216
}
216217
}
217218
}

0 commit comments

Comments
 (0)