From: Olle Johansson Date: Mon, 10 Apr 2006 10:01:14 +0000 (+0000) Subject: Re-instate removed comment X-Git-Tag: 1.4.0-beta1~2060 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b4e33543973b6d6b4b62a4831f2b4a0e7e0b502;p=thirdparty%2Fasterisk.git Re-instate removed comment git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18785 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 66d3e189aa..4b408e43cf 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -1027,6 +1027,7 @@ static struct ast_rtp_protocol sip_rtp = { * 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) {