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
For it to return true, since the padding flag is set.
What happened?
It returns false, because we use a synthetic header after parsing, and this header always has the padding bit set to false.
This is fine for most cases, but it means that we can't implement the validity check that requires the first packet in a compound doesn't have padding.
The text was updated successfully, but these errors were encountered:
Your environment.
What did you do?
What did you expect?
For it to return true, since the padding flag is set.
What happened?
It returns false, because we use a synthetic header after parsing, and this header always has the padding bit set to false.
This is fine for most cases, but it means that we can't implement the validity check that requires the first packet in a compound doesn't have padding.
The text was updated successfully, but these errors were encountered: