diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2018-03-22 22:30:59 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2018-03-22 22:30:59 +0100 |
commit | 88a6778ccd1725ef8b714ce8c1529b5a5d5d3f11 (patch) | |
tree | 4cb6225ba4ee6082fb9178f4c7290d8ec44a4f79 /modules/http2/h2_headers.h | |
parent | Fix some easy doxygen comment. (diff) | |
download | apache2-88a6778ccd1725ef8b714ce8c1529b5a5d5d3f11.tar.xz apache2-88a6778ccd1725ef8b714ce8c1529b5a5d5d3f11.zip |
Fix some easy doxygen comment.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1827531 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http2/h2_headers.h')
-rw-r--r-- | modules/http2/h2_headers.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/http2/h2_headers.h b/modules/http2/h2_headers.h index e7e88e3db4..4c869f24f6 100644 --- a/modules/http2/h2_headers.h +++ b/modules/http2/h2_headers.h @@ -64,7 +64,6 @@ h2_headers *h2_headers_copy(apr_pool_t *pool, h2_headers *h); /** * Create the headers for the given error. - * @param stream_id id of the stream to create the headers for * @param type the error code * @param req the original h2_request * @param pool the memory pool to use |