Hi,
Show quoted text> <URL:
http://rt.cpan.org/Ticket/Display.html?id=31236 >
>
> >
> > I just read the code and didn't actually test it, but if I didn't miss
> > something crucial, I'd say that Net::Sip 0.4 would mis-parse the
> > following header:
> >
> > Call-ID: ,@,
>
> Looks like you are right.
> It should throw an error here, because this call-id is invalid ("," is not
> a word character)
Erm, yeah, indeed looks like I mixed something up. I mean, it certainly
would be nice if the parser would guarantee that pieces do conform to
the RFC, at least optionally, but I didn't actually expect that ;-)
But, how about this one:
Retry-After: 1(,)
Florian