Jun 16th update

This commit is contained in:
noam
2023-01-17 11:34:09 +02:00
parent 90bcc544a2
commit ad04b8d063
168 changed files with 64034 additions and 932 deletions

View File

@@ -44,7 +44,6 @@
#include "buffer.h"
#include "enum_array.h"
#include "shmem_ipc.h"
#include "sasal.h"
#include "i_http_manager.h"
#include "http_transaction_common.h"
#include "nginx_attachment_common.h"
@@ -68,8 +67,6 @@
#endif // FAILURE_TEST
SASAL_START // HTTP Manager main
USE_DEBUG_FLAG(D_NGINX_ATTACHMENT);
USE_DEBUG_FLAG(D_COMPRESSION);
USE_DEBUG_FLAG(D_METRICS_NGINX_ATTACHMENT);
@@ -1781,5 +1778,3 @@ NginxAttachment::preload()
BasicRuleConfig::preload();
WebTriggerConf::preload();
}
SASAL_END