e9a2cac16d
Motivation: We need to ensure we never allow to have null values set on headers, otherwise we will see a NPE during encoding them. Modifications: Add unit test that shows we correctly handle null values. Result: Verify correct implementation.