Skip to content

Commit 52d32e0

Browse files
fixup! fix(qgisserver): suppress wait in fcgi response destructor by using timed_mutex
1 parent ffa458a commit 52d32e0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/server/qgsfcgiserverresponse.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ void QgsSocketMonitoringThread::run( )
115115
}
116116

117117
#if defined(Q_OS_UNIX) && !defined(Q_OS_ANDROID)
118+
#ifdef QGISDEBUG
118119
const pid_t threadId = gettid();
120+
#endif
119121

120122
mIsResponseFinished.store( false );
121123
char c;

0 commit comments

Comments
 (0)