server: temporarily revert the previous patch ,_,

This commit is contained in:
Dominique Liberda 2023-04-28 11:34:42 +02:00
parent db8491d7a5
commit 60db12abe1

View file

@ -175,7 +175,7 @@ if [[ "${cfg[proxy]}" == true ]]; then
r[status]=211 r[status]=211
fi fi
if [[ "{cfg[enable_multipart]}" == true ]] && [[ "${r[post]}" == true ]] && [[ "${r[status]}" == 200 || "${r[status]}" == 212 ]]; then if [[ "${r[post]}" == true ]] && [[ "${r[status]}" == 200 || "${r[status]}" == 212 ]]; then
# This whole ordeal is here to prevent passing binary data as a variable. # This whole ordeal is here to prevent passing binary data as a variable.
# I could have done it as an array, but this solution works, and it's # I could have done it as an array, but this solution works, and it's
# speedy enough so I don't care. # speedy enough so I don't care.