SIGN IN SIGN UP

Protocol Buffers - Google's data interchange format

0 0 35 C++

Tolerate message set extensions encoded as normal deliminited submessages

Currently upb will only tolerate parsing a message set extension if it's encoded
in the bespoke message set format. If it's encoded as a normal submessage it'll
be relegated to the unknown field set.

As not all encoders are message set aware, tolerating both forms when decoding
will improve compatability.

PiperOrigin-RevId: 724363865
K
Kevin O'Connor committed
c63fd563095adae535732b9464f4ab99f31c1bb4
Parent: b61dc05
Committed by Copybara-Service <copybara-worker@google.com> on 2/7/2025, 5:04:26 PM