提交 ee7c4180 编写于 作者: 于玉桔 提交者: 彭勇升 pengys

Optimize SegmentParseV2::parse code logic (#2828)

* Optimize code logic

* revert

* fix
上级 1c545a37
......@@ -85,7 +85,7 @@ public class SegmentParseV2 {
if (bufferData.getV2Segment() == null) {
bufferData.setV2Segment(parseBinarySegment(upstreamSegment));
}
SegmentObject segmentObject = parseBinarySegment(upstreamSegment);
SegmentObject segmentObject = bufferData.getV2Segment();
SegmentDecorator segmentDecorator = new SegmentDecorator(segmentObject);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册