Skip to content

Commit 8605af2

Browse files
committed
There should be a newline after HTTP_RESPONSE.
1 parent 56c0d39 commit 8605af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashttpd.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ else
136136
exit
137137
fi
138138

139-
echo -n "${HTTP_RESPONSE}"
139+
echo "${HTTP_RESPONSE}"
140140
echo "${REPLY_HEADERS}"
141141
#echo "Content-length: ${CONTENT_LENGTH}"
142142
echo "Content-type: ${CONTENT_TYPE}"

0 commit comments

Comments
 (0)