From ffb59485dc83b167be7463f88a8cf17535dfe487 Mon Sep 17 00:00:00 2001 From: Kazuho Oku Date: Tue, 16 Dec 2014 06:31:36 +0900 Subject: [PATCH] Update README.md (amend #9) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fceb383..b8482df 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ while (1) { return RequestIsTooLongError; } -printf("request is %d bytes long\n", buflen); +printf("request is %d bytes long\n", pret); printf("method is %.*s\n", (int)method_len, method); printf("path is %.*s\n", (int)path_len, path); printf("HTTP version is 1.%d\n", minor_version);