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 3ca643f commit e65f751Copy full SHA for e65f751
src/simd/neon.rs
@@ -11,7 +11,7 @@ pub fn match_header_name_vectored(bytes: &mut Bytes) {
11
bytes.advance(advance);
12
13
if advance != 16 {
14
- break;
+ return;
15
}
16
17
@@ -26,7 +26,7 @@ pub fn match_header_value_vectored(bytes: &mut Bytes) {
26
27
28
29
30
31
32
@@ -41,7 +41,7 @@ pub fn match_uri_vectored(bytes: &mut Bytes) {
41
42
43
44
45
46
47
0 commit comments