- Fix the stream wait stream_wait_count_lock and http2 buffer locks

setup and desetup from race condition.
This commit is contained in:
W.C.A. Wijngaards
2021-08-25 13:37:50 +02:00
parent 889a2d09c3
commit c93a7fb38a
7 changed files with 56 additions and 24 deletions
+10
View File
@@ -604,3 +604,13 @@ int squelch_err_ssl_handshake(unsigned long ATTR_UNUSED(err))
{
return 0;
}
void listen_setup_locks(void)
{
/* nothing */
}
void listen_desetup_locks(void)
{
/* nothing */
}