Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change data type of Max-Forwards header from u32 to u8 #33

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

tobiasfunke1
Copy link
Contributor

Hi,

in https://datatracker.ietf.org/doc/html/rfc3261#section-20.22 it says that only the values 0-255 are allowed, u32 would allow more than that.

So I suggest to change the data type to u8.

@tobiasfunke1
Copy link
Contributor Author

The checks are failing because of some doc linting problem. I am not sure if the suggestion from clippy is correct. If you have time, can you check that @kbalt ?

@tobiasfunke1
Copy link
Contributor Author

Any updates on the review process?

@kbalt kbalt merged commit 7381497 into kbalt:main Oct 1, 2024
1 check failed
@tobiasfunke1
Copy link
Contributor Author

Thanks!

What is your plan for publishing a new release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants