You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream changed LNT a while ago to store the demangled named for C++ functions.
The issue is that the demangled named contain characters that are invalid for HTTP URIs.
For instance the & character. URI encode doesn't work because of this. The function can contain invalid characters for URIs.
To work around this I base64 encode the function name and decode it at the other side. This enabled us to view all profile info again.
Change-Id: I9386a27be8f80ff8cbc21d2ec3ea0de781f6244a
0 commit comments