remove lies.

This commit is contained in:
Joris Vink 2016-02-13 15:38:00 +01:00
parent c83abd5afb
commit 4503b4756b
1 changed files with 0 additions and 3 deletions

View File

@ -48,9 +48,6 @@ page(struct http_request *req)
* In this scenario, lets grab it both as an actual string and
* as an u_int16_t (unsigned short).
*
* If you grab it as a string, you can immediately ask for
* the correct length as well, excluding the NUL terminator.
*
* When trying to obtain a parameter as something else then
* a string, Kore will automatically check if the value fits
* in said data type.