mirror of
https://github.com/Noratrieb/incr.git
synced 2026-01-14 13:55:01 +01:00
hyper
This commit is contained in:
parent
35dc335803
commit
e6d79a111b
4 changed files with 40 additions and 1 deletions
1
hyper/hyper
Submodule
1
hyper/hyper
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 75aac9f47fe0246016e6133cd3cfa35b63c8904e
|
||||
14
hyper/patches/min_local.patch
Normal file
14
hyper/patches/min_local.patch
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
diff --git a/src/headers.rs b/src/headers.rs
|
||||
index 8407be18..ad29ad28 100644
|
||||
--- a/src/headers.rs
|
||||
+++ b/src/headers.rs
|
||||
@@ -53,7 +53,7 @@ pub(super) fn content_length_parse_all_values(values: ValueIter<'_, HeaderValue>
|
||||
return None;
|
||||
}
|
||||
} else {
|
||||
- return None
|
||||
+ return Some(0_0);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue