Skip to content

Commit 0217b2e

Browse files
committed
Don't unset private variables (fixes #5)
1 parent 64ee2ea commit 0217b2e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

czhttpd

-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ function parse_req_body_chunked() {
494494
done
495495

496496
(( total > HTTP_BODY_SIZE )) && { error_headers 413; return 1 }
497-
unset line
498497
done
499498

500499
error_headers 400

0 commit comments

Comments
 (0)