werkzeug icon indicating copy to clipboard operation
werkzeug copied to clipboard

Fix #3077

Open emmanuelthome opened this issue 2 weeks ago • 0 comments

When we see an end marker in a multipart message, the state machine directly classifies the next stream event as EPILOGUE (or PART), which prohibits leaving a byte unused.

fixes #3077

Added test: test_parse_form_post_data_trailing_CR

emmanuelthome avatar Dec 09 '25 23:12 emmanuelthome