Skip to content

Commit

Permalink
use u8 instead of u32 for max-forwards header
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfunke1 authored and kbalt committed Oct 1, 2024
1 parent 3045a92 commit 7381497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sip-types/src/header/typed/max_fwd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ from_str_header! {
/// `Max-Forwards` header
MaxForwards,
Name::MAX_FORWARDS,
u32
u8
}

#[cfg(test)]
Expand Down

0 comments on commit 7381497

Please sign in to comment.