You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable ReadHandler to support large payloads (#33814)
* ReadHandler changes for large payloads
When sending reports, if the session established with the peer
supports large payloads, the ReadHandler will allocate a large
buffer to, potentially, fit more attribute and event data.
* Address comments and apply suggestions from code review
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
* Update src/app/ReadHandler.cpp
Co-authored-by: Andrei Litvin <andy314@gmail.com>
---------
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Co-authored-by: Andrei Litvin <andy314@gmail.com>
0 commit comments