mirror of
https://github.com/opensim/opensim.git
synced 2026-05-13 01:46:07 +08:00
smartthreadpool: httpcontext will be gone (we dont use it)
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
// - Added option to start the STP and the WIG as suspended
|
||||
// - Exception behavior changed, the real exception is returned by an
|
||||
// inner exception
|
||||
// - Added option to keep the Http context of the caller thread. (Thanks to Steven T.)
|
||||
// - Added performance counters
|
||||
// - Added priority to the threads in the pool
|
||||
//
|
||||
@@ -136,11 +135,6 @@ namespace Amib.Threading
|
||||
/// </summary>
|
||||
public const bool DefaultUseCallerCallContext = false;
|
||||
|
||||
/// <summary>
|
||||
/// Indicate to copy the HTTP context of the caller and then use it in the call. (false)
|
||||
/// </summary>
|
||||
public const bool DefaultUseCallerHttpContext = false;
|
||||
|
||||
/// <summary>
|
||||
/// Indicate to dispose of the state objects if they support the IDispose interface. (false)
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user