We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14901c7 commit be37376Copy full SHA for be37376
1 file changed
src/http2-utility.ts
@@ -8,7 +8,7 @@ export default class Http2Utility {
8
9
${JSON.stringify(body)}
10
11
- --HTTP2_BOUNDARY--
+ --${HTTP2_BOUNDARY}--
12
`;
13
14
return output;
0 commit comments