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
As I understand it, RFC 7230 supports headers with empty values:
field-value = *( field-content / obs-fold )
But HttpGenerator has the comment
// rfc7230 does not allow no value
on line 605 which skips headers with no value. Am I misreading the spec? If not, would it be possible to update Jetty to support passing these headers?