Skip to content

Commit 0d5452b

Browse files
author
Jayce Fayne
committed
pls don't crash
1 parent 1efb9f3 commit 0d5452b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -943,7 +943,7 @@ fn strip_trailing_crlf(raw_data: &[u8], ix_start: usize, mut ix: usize) -> usize
943943
}
944944

945945
#[cfg(debug_assertions)]
946-
const RECURSION_LIMIT: u16 = 1000;
946+
const RECURSION_LIMIT: u16 = 300;
947947
#[cfg(not(debug_assertions))]
948948
const RECURSION_LIMIT: u16 = 3000;
949949

0 commit comments

Comments
 (0)