Allow aborting the FastCGI protocol parser

This commit is contained in:
2018-10-18 04:08:47 +02:00
parent 9494e8e2af
commit 3e4e4e5103
2 changed files with 9 additions and 7 deletions

View File

@@ -1093,7 +1093,7 @@ struct async
LIST_HEADER (struct async)
struct async_manager *manager; ///< Our manager object
// "cancelled" may not be accesed or modified by the worker thread
// "cancelled" may not be accessed or modified by the worker thread
pthread_t worker; ///< Worker thread ID
bool started; ///< Worker thread ID is valid