We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 158990b commit acc6bc5Copy full SHA for acc6bc5
server/src/utils.rs
@@ -55,7 +55,7 @@ pub fn merge(value: Value, fields: HashMap<String, String>) -> Value {
55
}
56
57
pub mod header_parsing {
58
- const MAX_HEADERS_ALLOWED: usize = 5;
+ const MAX_HEADERS_ALLOWED: usize = 10;
59
use actix_web::{HttpRequest, HttpResponse, ResponseError};
60
61
pub fn collect_labelled_headers(
0 commit comments