From cfdef7b5ebb9a89055e3a2b9353c40d84e023ede Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Wed, 12 Nov 2008 17:44:01 +1300 Subject: [PATCH] Correct docs on httpSTatusLinePackInto --- src/HttpStatusLine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HttpStatusLine.cc b/src/HttpStatusLine.cc index b1b0a07236..3dfb8cd54a 100644 --- a/src/HttpStatusLine.cc +++ b/src/HttpStatusLine.cc @@ -65,7 +65,7 @@ httpStatusLineSet(HttpStatusLine * sline, HttpVersion version, http_status statu sline->reason = reason; } -/* parse a 0-terminating buffer and fill internal structures; returns true on success */ +/** write HTTP version and status structures into a Packer buffer for output as HTTP status line. */ void httpStatusLinePackInto(const HttpStatusLine * sline, Packer * p) { -- 2.47.3