summary refs log tree commit diff
path: root/hittpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'hittpd.c')
-rw-r--r--hittpd.c2
1 files changed, 1 insertions, 1 deletions
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);
 	}
 }