| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
extern const size_t kMaxStanzaSize;Please include `<cstddef>` in this header since you are using `size_t`. You might also want to change `size_t` to `std::size_t` (or the other way around) to be consistent with the definition in the `.cc` file.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Please include `<cstddef>` in this header since you are using `size_t`. You might also want to change `size_t` to `std::size_t` (or the other way around) to be consistent with the definition in the `.cc` file.
Oh funny, I already did that but it looks like the CL didn't get uploaded. done!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
3 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
Improve DTD filter logic in SignalStrategy::ParseStanzaXml
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |