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
I try to interrupt llhttp_execute() by return -1 in events like on_url_complete, on_status_complete, on_header_field_complete, etc.
But not work.
Would you tell me how to interrupt llhttp_execute() in such events ?