Skip to content

Commit 1712f28

Browse files
committed
FIX: removed forgotten probe
1 parent 8e5e1b3 commit 1712f28

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
@@ -714,7 +714,7 @@ anonymize: func[
714714
;; remove identifying information from data
715715
data [string!]
716716
] bind [
717-
parse probe data [
717+
parse data [
718718
any [
719719
thru LF [
720720
"Authorization:" some SP some uri

0 commit comments

Comments
 (0)