utils: do not emit eof chunk for 204/304 responses
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Oct 2014 10:18:10 +0000 (11:18 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Oct 2014 10:18:10 +0000 (11:18 +0100)
According to RFC2616 10.2.5 and 10.3.5, 204 and 304 responses MUST NOT contain any
message body, therfore do not emit an EOF chunk for such responses.

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

No differences found