Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove side effect from assertion in IPHeaderRemoverHandler (#3129)
Motivation: The 'testRawSocketBootstrap_withProtocolNegotiation' test times out when run in release mode. This is because 'IPHeaderRemoverHandler' removes the IPv4 headers as a side effect of an assertion. This means that the headers are only removed when compiled in debug mode. Modifications: Always remove the headers. Result: The test passes in release mode.
- Loading branch information