nginx-hello-world-module
nginx-hello-world-module copied to clipboard
excluded terminating null character and fixed content-length
Content ended with terminating null character. This caused problems in web browsers. Firefox asked where to save file which is type of BIN. Chromium added to downloads. Both browsers decided this because content ended with null character, overriding text/plain content type.
Modified source to exclude null character and corresponding content-length header.