From ff6bb22c83809ec1c728a35e84f652d754f2f2cb Mon Sep 17 00:00:00 2001 From: Rye Mutt <rye@alchemyviewer.org> Date: Wed, 14 Aug 2024 19:47:12 -0400 Subject: [PATCH] Fix alchemybuggo --- indra/llcorehttp/llhttpconstants.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/llcorehttp/llhttpconstants.cpp b/indra/llcorehttp/llhttpconstants.cpp index 2d87abfcd63..603170f53c3 100755 --- a/indra/llcorehttp/llhttpconstants.cpp +++ b/indra/llcorehttp/llhttpconstants.cpp @@ -108,8 +108,8 @@ const std::string HTTP_IN_HEADER_X_FORWARDED_FOR("x-forwarded-for"); const std::string HTTP_CONTENT_LLSD_XML("application/llsd+xml"); const std::string HTTP_CONTENT_OCTET_STREAM("application/octet-stream"); const std::string HTTP_CONTENT_OGG_STREAM("application/ogg"); -const std::string HTTP_CONTENT_VND_LL_MESH("application/vnd.ll.animation"); -const std::string HTTP_CONTENT_VND_LL_ANIMATION("application/vnd.ll.mesh"); +const std::string HTTP_CONTENT_VND_LL_MESH("application/vnd.ll.mesh"); +const std::string HTTP_CONTENT_VND_LL_ANIMATION("application/vnd.ll.animation"); const std::string HTTP_CONTENT_XML("application/xml"); const std::string HTTP_CONTENT_JSON("application/json"); const std::string HTTP_CONTENT_TEXT_HTML("text/html"); -- GitLab