Skip to content

Commit be37376

Browse files
committed
Fix http boundary bug
1 parent 14901c7 commit be37376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/http2-utility.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default class Http2Utility {
88
99
${JSON.stringify(body)}
1010
11-
--HTTP2_BOUNDARY--
11+
--${HTTP2_BOUNDARY}--
1212
`;
1313

1414
return output;

0 commit comments

Comments
 (0)