Commit 39e53aa
committed
fix: handle optional % prefix before hex payload in masked inspect URLs
Some Steam clients prepend a literal % before the hex payload in masked
inspect URLs (e.g. csgo_econ_action_preview%20%FDED5D6F...). This was
causing deserialization to fail with "Payload too short or invalid hex".1 parent ba8eee8 commit 39e53aa
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
0 commit comments