diff options
author | 2022-06-27 05:33:27 -0700 | |
---|---|---|
committer | 2022-06-27 05:33:27 -0700 | |
commit | cf4ec2b109f8465fe244cd7a1d1dece51fe57359 (patch) | |
tree | df075d7b4c90e00c45452144ba74469502d14af3 /src/bun.js/bindings/headers-cpp.h | |
parent | 628cbc8eb347edbafdacacaa7ff90b41ca104526 (diff) | |
download | bun-cf4ec2b109f8465fe244cd7a1d1dece51fe57359.tar.gz bun-cf4ec2b109f8465fe244cd7a1d1dece51fe57359.tar.zst bun-cf4ec2b109f8465fe244cd7a1d1dece51fe57359.zip |
Handle when there are no headers to send
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 fed6b41a7..15c6d7c1e 100644 --- a/src/bun.js/bindings/headers-cpp.h +++ b/src/bun.js/bindings/headers-cpp.h @@ -1,4 +1,4 @@ -//-- AUTOGENERATED FILE -- 1656242004 +//-- AUTOGENERATED FILE -- 1656323590 // clang-format off #pragma once |