mirror of
https://github.com/alibaba/higress.git
synced 2026-03-02 15:40:54 +08:00
fix: content-type not work in custom response plugin (#833)
This commit is contained in:
@@ -40,7 +40,6 @@ namespace custom_response {
|
||||
struct CustomResponseConfigRule {
|
||||
std::vector<std::string> enable_on_status;
|
||||
std::vector<std::pair<std::string, std::string>> headers;
|
||||
std::string content_type;
|
||||
int32_t status_code = 200;
|
||||
std::string body;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user