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
The zeek::confirm_protocol() method is documented as "deprecated". Compiling a .spicy file with a hook that calls zeek::confirm_protocol() does not trigger a deprecation warning or some form of notification to the user that spicy::accept_input() should be used.
I haven't looked in detail, maybe I'm not using the right flags, but think warning should be produced by default.
The text was updated successfully, but these errors were encountered:
The
zeek::confirm_protocol()
method is documented as "deprecated". Compiling a.spicy
file with a hook that callszeek::confirm_protocol()
does not trigger a deprecation warning or some form of notification to the user thatspicy::accept_input()
should be used.I haven't looked in detail, maybe I'm not using the right flags, but think warning should be produced by default.
The text was updated successfully, but these errors were encountered: