From 260c52233044cdfad4d84b01d3dba11c2786c794 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Fri, 14 Apr 2017 11:45:37 +0200 Subject: [PATCH] Fix typo in test name. PR-URL: https://github.com/nodejs/http-parser/pull/364 Reviewed-By: Fedor Indutny --- test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.c b/test.c index 1b0d91e..a695123 100644 --- a/test.c +++ b/test.c @@ -1132,7 +1132,7 @@ const struct message requests[] = } #define UNLINK_REQUEST 41 -, {.name = "link request" +, {.name = "unlink request" ,.type= HTTP_REQUEST ,.raw= "UNLINK /images/my_dog.jpg HTTP/1.1\r\n" "Host: example.com\r\n"