Commit 364f87db authored by urbant's avatar urbant
Browse files

Reverted previous change

parent 15f89f5f
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -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 {