Commit Diff


commit - 056e30c8ae0a8bfee4f2f271177cc1ae4b923eb2
commit + 00c42163d96ad8a9b66ebc11e73001d63f482e24
blob - d92f0774a17412ecc4a537c3fece4dfa768f7977
blob + 0de2db78492556687736ccc48e302c669284d403
--- gotweb/gotweb.c
+++ gotweb/gotweb.c
@@ -3375,8 +3375,6 @@ gw_output_blob_buf(struct gw_trans *gw_trans)
 		error = got_object_blob_read_block(&len, blob);
 		if (error)
 			goto done;
-		if (len == 0)
-			break;
 		buf = got_object_blob_get_read_buf(blob);
 
 		/*