Cosmetic code fix.
This commit is contained in:
parent
2f3b982ff0
commit
669e9355b9
@ -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…
Reference in New Issue
Block a user