We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2ad2b commit 1572294Copy full SHA for 1572294
core.sh
@@ -30,7 +30,7 @@ respond() {
30
printf "HTTP/1.1 %s %s\r\n" "$CODE" "$*"
31
header Server "bash-stack ${VERSION:-devbuild}"
32
[[ ! -z "$SESSION_HEADER_TO_BE_WRITTEN" ]] && \
33
- printf "%s" "$SESSION_HEADER_TO_BE_WRITTEN"
+ printf "%s\n" "$SESSION_HEADER_TO_BE_WRITTEN"
34
35
}
36
0 commit comments