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
We now have a huge list of constatns (constexprs, I guess) used for describing the offset and length of header fields. This is not too pleasant to read. We might be able to remodel/reorganize that into something more descriptive and less loose-coupled-lists style.
We now have a huge list of constatns (
constexpr
s, I guess) used for describing the offset and length of header fields. This is not too pleasant to read. We might be able to remodel/reorganize that into something more descriptive and less loose-coupled-lists style.For example, maybe something like the following?
The text was updated successfully, but these errors were encountered: