Skip to content

Commit 269032d

Browse files
committed
FIX: unnecessary series initialization
1 parent f94ebb9 commit 269032d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/modules/httpd.reb

-1
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,6 @@ sys/make-scheme [
753753
if (4 + length? data) < len [break]
754754
data: truncate data ;; removes already processed bytes from the head
755755
either mask? [
756-
request-data: make binary! len
757756
masks: take/part data 4
758757
request-data: masks xor take/part data len
759758
][

0 commit comments

Comments
 (0)