diff options
author | 2022-09-28 00:11:15 -0700 | |
---|---|---|
committer | 2022-09-28 00:11:15 -0700 | |
commit | 71ea4a2c9bf38f1ac3e6351c3f863b6698513b82 (patch) | |
tree | 1aa534d170c2f3cca4654199b6c3d2bc6ba7b318 /src/bun.js/bindings/headers-cpp.h | |
parent | a8ab18bd50b3a98c65c6ce96bd75d87d7893df12 (diff) | |
download | bun-71ea4a2c9bf38f1ac3e6351c3f863b6698513b82.tar.gz bun-71ea4a2c9bf38f1ac3e6351c3f863b6698513b82.tar.zst bun-71ea4a2c9bf38f1ac3e6351c3f863b6698513b82.zip |
Fix several bugs with Request body streaming + store small response bodies without an extra memory allocation
Diffstat (limited to 'src/bun.js/bindings/headers-cpp.h')
-rw-r--r-- | src/bun.js/bindings/headers-cpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bun.js/bindings/headers-cpp.h b/src/bun.js/bindings/headers-cpp.h index 5f97769c8..73446d12e 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1663581060 +//-- AUTOGENERATED FILE -- 1664343178 // clang-format off #pragma once |