shithub: castor9

Download patch

ref: 29535b40d6f57da4502d35371a206bfe7f20876c
parent: eeb8ba921c8be60f7f29caba428e89e65ec66737
author: Julien Blanchard <julien@typed-hole.org>
date: Wed Dec 9 12:11:50 EST 2020

Remove un-needed body in Response

--- a/castor.h
+++ b/castor.h
@@ -26,7 +26,6 @@
 	Url *url;
 	char *mime;
 	char *meta;
-	Biobuf *body;
 	int status;
 	int fd;
 };