Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ s_hpackStaticStatusCodeTable

readonly int [] System.Net.Http.Http2Connection.Http2Stream.s_hpackStaticStatusCodeTable = new int[7] { 200, 204, 206, 304, 400, 404, 500 }
staticprivate

Definition at line 398 of file Http2Connection.cs.

398{ 200, 204, 206, 304, 400, 404, 500 };

Referenced by System.Net.Http.Http2Connection.Http2Stream.OnStaticIndexedHeader().