mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-10-26 19:57:22 +08:00
sync
This commit is contained in:
@@ -360,9 +360,6 @@ public:
|
||||
|
||||
protected:
|
||||
USocket* socket;
|
||||
#ifndef U_HTTP2_DISABLE
|
||||
void* connection;
|
||||
#endif
|
||||
#ifdef U_THROTTLING_SUPPORT
|
||||
UString uri;
|
||||
uint64_t bytes_sent;
|
||||
|
||||
@@ -345,7 +345,6 @@ public:
|
||||
#define U_SRV_SPINLOCK_DATA_SESSION UServer_Base::ptr_shared_data->spinlock_data_session
|
||||
#define U_SRV_SPINLOCK_DB_NOT_FOUND UServer_Base::ptr_shared_data->spinlock_db_not_found
|
||||
|
||||
static pid_t pid;
|
||||
static ULock* lock_user1;
|
||||
static ULock* lock_user2;
|
||||
static int preforked_num_kids; // keeping a pool of children and that they accept connections themselves
|
||||
@@ -399,8 +398,8 @@ public:
|
||||
}
|
||||
|
||||
static uint32_t nClientIndex;
|
||||
static UClientImage_Base* pClientImage;
|
||||
static UClientImage_Base* vClientImage;
|
||||
static UClientImage_Base* pClientImage;
|
||||
static UClientImage_Base* eClientImage;
|
||||
|
||||
static bool isPreForked()
|
||||
|
||||
Reference in New Issue
Block a user