mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 13:51:47 +00:00
bun run zig-format
This commit is contained in:
committed by
Ciro Spaciari
parent
bd69a85fc5
commit
04ec8a81e1
@@ -35,7 +35,6 @@ pub fn getHTTP2CommonString(globalObject: *JSC.JSGlobalObject, hpack_index: u32)
|
||||
const MAX_WINDOW_SIZE = std.math.maxInt(i32);
|
||||
const MAX_HEADER_TABLE_SIZE = std.math.maxInt(u32);
|
||||
const MAX_STREAM_ID = std.math.maxInt(i32);
|
||||
const WINDOW_INCREMENT_SIZE = std.math.maxInt(u16);
|
||||
const MAX_FRAME_SIZE = std.math.maxInt(u24);
|
||||
const DEFAULT_WINDOW_SIZE = std.math.maxInt(u16);
|
||||
const PaddingStrategy = enum {
|
||||
|
||||
Reference in New Issue
Block a user