mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
doc: lws_add_http_header_by_name make it clear the trailing : is expected
This commit is contained in:
parent
02f414bbe2
commit
1cf25e3052
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ lws_add_http_header_status(struct lws *wsi,
|
|||
* lws_add_http_header_by_name() - append named header and value
|
||||
*
|
||||
* \param wsi: the connection to check
|
||||
* \param name: the hdr name, like "my-header"
|
||||
* \param name: the hdr name, like "my-header:"
|
||||
* \param value: the value after the = for this header
|
||||
* \param length: the length of the value
|
||||
* \param p: pointer to current position in buffer pointer
|
||||
|
|
Loading…
Add table
Reference in a new issue