mirror of
https://github.com/openappsec/attachment.git
synced 2025-12-31 05:39:07 +03:00
fix attachment web response enum (#48)
This commit is contained in:
@@ -40,6 +40,7 @@ typedef enum NanoWebResponseType
|
|||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
CUSTOM_WEB_RESPONSE,
|
CUSTOM_WEB_RESPONSE,
|
||||||
|
CUSTOM_WEB_BLOCK_PAGE_RESPONSE,
|
||||||
RESPONSE_CODE_ONLY,
|
RESPONSE_CODE_ONLY,
|
||||||
REDIRECT_WEB_RESPONSE,
|
REDIRECT_WEB_RESPONSE,
|
||||||
|
|
||||||
|
|||||||
@@ -227,7 +227,11 @@ typedef enum ngx_web_response_type
|
|||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
CUSTOM_WEB_RESPONSE,
|
CUSTOM_WEB_RESPONSE,
|
||||||
REDIRECT_WEB_RESPONSE
|
CUSTOM_WEB_BLOCK_PAGE_RESPONSE,
|
||||||
|
RESPONSE_CODE_ONLY,
|
||||||
|
REDIRECT_WEB_RESPONSE,
|
||||||
|
|
||||||
|
NO_WEB_RESPONSE
|
||||||
} ngx_web_response_type_e;
|
} ngx_web_response_type_e;
|
||||||
|
|
||||||
typedef struct __attribute__((__packed__)) ngx_http_cp_inject_data {
|
typedef struct __attribute__((__packed__)) ngx_http_cp_inject_data {
|
||||||
|
|||||||
Reference in New Issue
Block a user