Cosmetic code fix.
This commit is contained in:
parent
c9b9e4e9bf
commit
301331f63f
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ fn set_cookie {
|
||||||
extraHttpHeaders=( $extraHttpHeaders 'Set-cookie: '^$"name^'='^$"val^'; path=/;' )
|
extraHttpHeaders=( $extraHttpHeaders 'Set-cookie: '^$"name^'='^$"val^'; path=/;' )
|
||||||
}
|
}
|
||||||
fn get_cookie {
|
fn get_cookie {
|
||||||
ifs=';' { co = `{ echo $HTTP_COOKIE } }
|
ifs=';' { co=`{echo $HTTP_COOKIE} }
|
||||||
|
|
||||||
# XXX: we might be adding a trailing new line?
|
# XXX: we might be adding a trailing new line?
|
||||||
# The ' ?' is needed to deal with '; ' inter-cookie delimiter
|
# The ' ?' is needed to deal with '; ' inter-cookie delimiter
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue