Closed aallam closed 1 year ago
Ktor's formUrlEncode()loops indefinitely when it ends with unpaired surrogates. In this PR, we address this issue by removing any unpaired surrogates from the input.
formUrlEncode()
Describe your change
Ktor's
formUrlEncode()
loops indefinitely when it ends with unpaired surrogates. In this PR, we address this issue by removing any unpaired surrogates from the input.