Re: [reSIProcate] [repro-devel] Open issue: Server transaction lifetime
On 8/8/06, Byron Campen <bcampen@xxxxxxxxxxxx> wrote:
Actually, this is a bad example; we end up parsing the topmost Via
when we grab the transaction id. The point here is that really
bizarre stuff can show up at the TU.
We parse everything that is required in the transaction in the
Transport before the TransactionState object is created. The code is
all in Transport::basicCheck. The
The items such as To, From, Call-ID are dialog-specific and are not
required in order to produce a failure response to a request.