Loading codec/c++/sip_codets.cpp +0 −9 Original line number Diff line number Diff line Loading @@ -557,15 +557,6 @@ void StatusLine::PreDecodeField (int id, Buffer& buffer) throw (DecodeError) } } void StatusLine::PostDecodeField (int id, Buffer& buffer) throw (DecodeError) { static Regex reg_terminator ("^\\r\\n"); if (id == id_reasonPhrase) { reg_terminator.AssertMatch(buffer, this); buffer.SetPosition(buffer.GetPosition() + 16); } } class SipHeaderMap { public: struct Entry { Loading Loading
codec/c++/sip_codets.cpp +0 −9 Original line number Diff line number Diff line Loading @@ -557,15 +557,6 @@ void StatusLine::PreDecodeField (int id, Buffer& buffer) throw (DecodeError) } } void StatusLine::PostDecodeField (int id, Buffer& buffer) throw (DecodeError) { static Regex reg_terminator ("^\\r\\n"); if (id == id_reasonPhrase) { reg_terminator.AssertMatch(buffer, this); buffer.SetPosition(buffer.GetPosition() + 16); } } class SipHeaderMap { public: struct Entry { Loading