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 switch of header fields is hardcoded. This logic should look at the session DD to see what the header fields are.
(Plus, if the engine is generated off a DD that has removed/modified one of these fields, this function will probably trigger a compilation error.)
The text was updated successfully, but these errors were encountered:
gbirchmeier
changed the title
Message.IsHeaderField(tag) should not be hardcodedMessage.IsHeaderField(tag) should not be hardcoded with header fields
Nov 8, 2019
The
switch
of header fields is hardcoded. This logic should look at the session DD to see what the header fields are.(Plus, if the engine is generated off a DD that has removed/modified one of these fields, this function will probably trigger a compilation error.)
The text was updated successfully, but these errors were encountered: