uh_send_head: fix wrong description

Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>
main
Jianhui Zhao 2017-11-30 16:07:28 +08:00
parent e6ab115754
commit 7da483cb1e
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ int uh_printf(struct uh_connection *con, const char *fmt, ...);
* Otherwise, `uh_send()` or `uh_printf()` must be used.
* Extra headers could be set through `extra_headers`.
*
* NOTE: `extra_headers` must NOT be terminated by a new line.
* NOTE: `extra_headers` must be terminated by a new line("\r\n").
*/
void uh_send_head(struct uh_connection *con, int status, int length, const char *extra_headers);