* fix another cookie bug

This commit is contained in:
Dominika Liberda 2021-01-19 01:10:47 +01:00
parent 062741a66a
commit 45f26274c8

View file

@ -17,6 +17,11 @@ post=false
get=false
while read param; do
name=''
value=''
data=''
unset IFS
if [[ "$param" == $'\015' ]]; then
break
@ -90,7 +95,6 @@ while read param; do
post_data[$name]="$value"
done
fi
fi
done