Skip to content

Commit

Permalink
Fixed issue #1494
Browse files Browse the repository at this point in the history
  • Loading branch information
lvca committed Jun 6, 2013
1 parent 5046b7c commit cb420fd
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ public void send(final int iCode, final String iReason, final String iContentTyp
writeStatus(empty && iCode == 200 ? 204 : iCode, iReason);
writeHeaders(contentType, iKeepAlive);

if (additionalHeaders != null)
for (String h : additionalHeaders)
writeLine(h);

if (iHeaders != null)
writeLine(iHeaders);

Expand Down

0 comments on commit cb420fd

Please sign in to comment.