From 0ea816a6c26e17bf0a2ee8274363837d4bd0ef94 Mon Sep 17 00:00:00 2001 From: Rye Date: Thu, 27 Nov 2025 11:41:03 -0500 Subject: Replace dependency on boost thread with std and change HttpService to use a similar thread shutdown mechanism to LLThread --- indra/llcorehttp/_httpservice.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llcorehttp/_httpservice.h') diff --git a/indra/llcorehttp/_httpservice.h b/indra/llcorehttp/_httpservice.h index 13eb034f0e..bdf03f5227 100644 --- a/indra/llcorehttp/_httpservice.h +++ b/indra/llcorehttp/_httpservice.h @@ -218,7 +218,7 @@ protected: static volatile EState sState; HttpRequestQueue * mRequestQueue; // Refcounted LLAtomicU32 mExitRequested; - LLCoreInt::HttpThread * mThread; + std::unique_ptr mThread; // === working-thread-only data === HttpPolicy * mPolicy; // Simple pointer, has ownership -- cgit v1.3