Skip to content

Commit

Permalink
deploy: 560cff3
Browse files Browse the repository at this point in the history
  • Loading branch information
kewisch committed Apr 13, 2024
1 parent a5029f2 commit deb6a1b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/parse.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,9 @@
value = line.slice(valuePos, nextPos);
}

const length_before = value.length;
value = parse._rfc6868Escape(value);
valuePos += length_before - value.length;
if (multiValue) {
let delimiter = mvdelim || multiValue;
value = parse._parseMultiValue(value, delimiter, type, [], null, designSet);
Expand Down

0 comments on commit deb6a1b

Please sign in to comment.