We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9b343c commit 77506e4Copy full SHA for 77506e4
test/parallel/test-http-multi-line-headers.js
@@ -11,7 +11,7 @@ const server = net.createServer(function(conn) {
11
const response =
12
'HTTP/1.1 200 OK\r\n' +
13
'Connection: close\r\n' +
14
- 'Content-Length: ' + body.length + '\r\n' +
+ `Content-Length: ${body.length}\r\n` +
15
'Content-Type: text/plain;\r\n' +
16
' x-unix-mode=0600;\r\n' +
17
' name="hello.txt"\r\n' +
0 commit comments