Skip to content

Commit

Permalink
Shorten mark footprint
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB committed Jan 26, 2019
1 parent 4d06180 commit d4e767a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HttpResponse.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ struct HttpResponse : public AsyncSocket<SSL> {
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) {
Expand Down

0 comments on commit d4e767a

Please sign in to comment.