[svn-commits] trunk r18785 - /trunk/channels/chan_sip.c

svn-commits at lists.digium.com svn-commits at lists.digium.com
Mon Apr 10 03:01:17 MST 2006


Author: oej
Date: Mon Apr 10 05:01:14 2006
New Revision: 18785

URL: http://svn.digium.com/view/asterisk?rev=18785&view=rev
Log:
Re-instate removed comment

Modified:
    trunk/channels/chan_sip.c

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=18785&r1=18784&r2=18785&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Mon Apr 10 05:01:14 2006
@@ -1027,6 +1027,7 @@
  * matches the sip method 'id'.
  * Strictly speaking, SIP methods are case SENSITIVE, but we do
  * a case-insensitive comparison to be more tolerant.
+ * following Jon Postel's rule: Be gentle in what you accept, strict with what you send 
  */
 static int method_match(enum sipmethod id, const char *name)
 {



More information about the svn-commits mailing list