Skip to content

Commit b633cea

Browse files
committed
FIX: leaked local variable
1 parent 5ec4bb2 commit b633cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/prot-http.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ sys/make-scheme [
766766
]
767767
open: func [
768768
port [port!]
769-
/local conn
769+
/local conn spec
770770
][
771771
sys/log/debug 'HTTP ["OPEN, state:" port/state]
772772
if port/state [return port]

0 commit comments

Comments
 (0)