+@@ -1235,9 +1235,9 @@
+ * echo -en "Location: http://www.busybox.net\r\n"
+ * echo -en "\r\n"
+ */
+- //if (!strstr(rbuf, "ontent-")) {
+- // full_write(s, "Content-type: text/plain\r\n\r\n", 28);
+- //}
++ if (!strstr(rbuf, "ontent-")) {
++ full_write(s, "Content-type: text/plain\r\n\r\n", 28);
++ }
+ firstLine = 0;
+ }
+ if (full_write(s, rbuf, count) != count)