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
When building a shared libllhttp library (using cmake), the list of exported symbols (attached)
contains a lot of llhttp__internal__c* symbols.
I suppose these should not be exported, i.e. be protected or with visiblity attribute set.