Skip to content

Commit 00621a1

Browse files
committed
StaticResponseConfig cannot be strict
Signed-off-by: Ed Snible <snible@us.ibm.com>
1 parent 00bb46a commit 00621a1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

filter/src/builtins/http/traffic_management/static_response.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ use crate::{
1919

2020
/// Deserialized YAML config for the static response filter.
2121
#[derive(Debug, Deserialize)]
22-
#[serde(deny_unknown_fields)]
2322
struct StaticResponseConfig {
2423
/// HTTP status code to return.
2524
status: u16,

0 commit comments

Comments
 (0)