[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [Sip] ABNF issue
The answer to this question:
> My question was if the header name token could be proceeded by LWS, or
> the header name token always be at the beginning of a new line.
is:
RFC-3261 does not specifically ALLOW the name token to be proceeded by LWS, i.e. the definition of message-header per ABNF is:
message-header = (Accept / .... / extension-header) CRLF
Therefore, the header name token MUST always be at the beginning of a new line.
- rob
_______________________________________________
Sip mailing list https://www1.ietf.org/mailman/listinfo/sip
This list is for NEW development of the core SIP Protocol
Use sip-implementors@cs.columbia.edu for questions on current sip
Use sipping@ietf.org for new developments on the application of sip