Add note to review and compare html post parsing code with another implementation.
This commit is contained in:
parent
31006aa484
commit
5f9347f245
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ fn post_redirect { http_redirect $1 '303 See Other' }
|
|||
|
||||
|
||||
# Note: should check if content type is application/x-www-form-urlencoded?
|
||||
# Should compare with http://www.shelldorado.com/scripts/cmds/urlgetopt.txt
|
||||
fn load_post_args {
|
||||
if(~ $REQUEST_METHOD POST && ~ $#post_args 0) {
|
||||
ifs='&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue