From 43680c08d56dea76ae33977c46c0ff6822b5b7a4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 25 Sep 2020 12:04:06 +0200 Subject: Partial Content is 206, duh --- hittpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hittpd.c') diff --git a/hittpd.c b/hittpd.c index 0ff16ab..2ce162e 100644 --- a/hittpd.c +++ b/hittpd.c @@ -448,7 +448,7 @@ send_ok(http_parser *p, time_t modified, const char *mimetype, off_t filesize) (intmax_t)data->last - 1, (intmax_t)filesize, lastmod); - send_response(p, 216, "Partial Content", headers, 0); + send_response(p, 206, "Partial Content", headers, 0); } } -- cgit 1.4.1