diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-10-16 16:21:20 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-10-16 16:21:20 -0500 |
commit | 108b46079a7c37e9f609d374d9711ca183acfa94 (patch) | |
tree | 0a3b0ab487bf32fff857c3c0cb42f3dc67672006 /indra/newview/llstartup.cpp | |
parent | cc41888af3260cb5398c7a7a3db1e318d3af048c (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 b7b57c67ea..faa3382b76 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2748,6 +2748,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); |