Commit 2602cf8
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 37234df commit 2602cf8
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments