diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-10-16 16:21:20 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-10-16 16:25:23 -0500 |
commit | f635fe087089cd6ef420ce37d8f639209efd7e69 (patch) | |
tree | d0954e3939fd4ed4740b8d8777e79baa62b2f23d /indra/newview/llstartup.cpp | |
parent | 8d27c7db426f9a1b5d994d93247318100865c368 (diff) |
SL-20473 Add GenericStreamingMessage and dummy handler to suppress packet loss and log spam noise when visiting GLTF enabled regions.
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp index f63e65c1ad..2ac699de32 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2779,6 +2779,7 @@ void register_viewer_callbacks(LLMessageSystem* msg) msg->setHandlerFunc("InitiateDownload", process_initiate_download); msg->setHandlerFunc("LandStatReply", LLFloaterTopObjects::handle_land_reply); msg->setHandlerFunc("GenericMessage", process_generic_message); + msg->setHandlerFunc("GenericStreamingMessage", process_generic_streaming_message); msg->setHandlerFunc("LargeGenericMessage", process_large_generic_message); msg->setHandlerFuncFast(_PREHASH_FeatureDisabled, process_feature_disabled_message); |