Update mg_send_response_line.md

This commit is contained in:
Evelyn 2016-07-22 16:13:59 +01:00 committed by GitHub
parent efe53b57e4
commit a11eafc5b3

View File

@ -7,7 +7,7 @@ signature: |
const char *extra_headers); const char *extra_headers);
--- ---
Send response status line. Sends a response status line.
If `extra_headers` is not NULL, then `extra_headers` are also sent If `extra_headers` is not NULL, then `extra_headers` are also sent
after the reponse line. `extra_headers` must NOT end end with new line. after the reponse line. `extra_headers` must NOT end end with new line.
Example: Example: