[mythtv-commits] Ticket #1264: Only attempt to decode the first line of a SIP message once

MythTV mythtv at cvs.mythtv.org
Sun Feb 12 04:19:22 UTC 2006


#1264: Only attempt to decode the first line of a SIP message once
---------------------------------+------------------------------------------
 Reporter:  russelb at clemson.edu  |       Owner:  ijr 
     Type:  patch                |      Status:  new 
 Priority:  trivial              |   Milestone:      
Component:  mythphone            |     Version:  head
 Severity:  low                  |  
---------------------------------+------------------------------------------
 SipMsg::decode() first calls decodeRequestLine() to parse the first line
 of a SIP message.  Then, it iterates through each line and calls
 decodeLine() on them to parse the rest of the message.  This patch removes
 the unnecessary call of decodeLine() on the first line of the message.

 I am also available on IRC as "drumkilla".

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/1264>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list