Skip to content

Commit

Permalink
Update README.md (amend h2o#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Dec 15, 2014
1 parent 7823d9b commit ffb5948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ffb5948

Please sign in to comment.