Loading codec/c++/sip_codets.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -896,4 +896,12 @@ void UndefinedHeader::PreDecodeField (int id, Buffer& buffer) throw (DecodeError } } void StatusLine::PostDecode (Buffer& buffer) throw (DecodeError) { static Regex reg_crlf ("^\r\n"); reg_crlf.AssertMatch(buffer, this); reg_crlf.MovePast(buffer); } }} // namespaces Loading
codec/c++/sip_codets.cpp +8 −0 Original line number Diff line number Diff line Loading @@ -896,4 +896,12 @@ void UndefinedHeader::PreDecodeField (int id, Buffer& buffer) throw (DecodeError } } void StatusLine::PostDecode (Buffer& buffer) throw (DecodeError) { static Regex reg_crlf ("^\r\n"); reg_crlf.AssertMatch(buffer, this); reg_crlf.MovePast(buffer); } }} // namespaces