From d4e767ac65ab807aed7a41c81852c97a81335c15 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Sat, 26 Jan 2019 22:08:41 +0100 Subject: [PATCH] Shorten mark footprint --- src/HttpResponse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpResponse.h b/src/HttpResponse.h index 8729d2746..43ee71881 100644 --- a/src/HttpResponse.h +++ b/src/HttpResponse.h @@ -82,7 +82,7 @@ struct HttpResponse : public AsyncSocket { writeStatus(HTTP_200_OK); /* Write mark, this propagates to WebSockets too */ - writeHeader("Web-Server", "uWebSockets v0.15"); + writeHeader("uWebSockets", "v0.15"); /* If no total size given then assume this chunk is everything */ if (!totalSize) {