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
Error is usually used for uncontrolled contents such as user input, panic is usually used for static content.
Usually this regexp pattern is part of the code, so panic is not that unexpected, what do you think?
if it returns the error what would you do with the error?
Using an incorrect pattern (like
**.example.com/**
) in theHijackRouter.Add()
method will make the program panic instead of returning an error.Rod Version: v0.114.5
The text was updated successfully, but these errors were encountered: