Skip to content

Commit 5796973

Browse files
fix: remove unnecessary header X_TEST (#5451)
1 parent 8c91e82 commit 5796973

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: lib/Server.js

-2
Original file line numberDiff line numberDiff line change
@@ -3088,8 +3088,6 @@ class Server {
30883088
*/
30893089
const allHeaders = [];
30903090

3091-
allHeaders.push({ key: "X_TEST", value: "TEST" });
3092-
30933091
if (!Array.isArray(headers)) {
30943092
// eslint-disable-next-line guard-for-in
30953093
for (const name in headers) {

0 commit comments

Comments
 (0)