xkaraman left a comment (kamailio/kamailio#4336)

> Do I understand properly that here should be "if equal urn schema go to error"
> 
> ```
>               if(scheme != URN_SCH) {    \
>                       goto error_bad_char;   \
>               }  
> ```

No. 

If it's NOT a URN scheme, then '@' is not a valid charachter in host part.

If it is a URN scheme, '@' is just another character in the host name.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/4336#issuecomment-3108448181
You are receiving this because you are subscribed to this thread.

Message ID: <kamailio/kamailio/pull/4336/c3108448...@github.com>
_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to