Skip to content

Commit

Permalink
issue #367
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdruppe committed Mar 6, 2023
1 parent 7e3a84f commit 6b4cc44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cgi.d
Original file line number Diff line number Diff line change
Expand Up @@ -2628,7 +2628,7 @@ class Cgi {
return; // don't double close

if(!outputtedResponseData)
write("", false, false);
write("", true, false);

// writing auto buffered data
if(requestMethod != RequestMethod.HEAD && autoBuffer) {
Expand Down

0 comments on commit 6b4cc44

Please sign in to comment.