[PR] Refactor: Use enum for parsingRequestLinePhase in Http11InputBuffer [tomcat]

2025-05-13 Thread via GitHub
devjohnpark opened a new pull request, #855: URL: https://github.com/apache/tomcat/pull/855 ## Refactor `parsingRequestLinePhase` in `Http11InputBuffer` to use `enum RequestLineParsePhase` * Changed the type of the `parsingRequestLinePhase` field from `int` to the `enum RequestLine

Re: [PR] Refactor: Use enum for parsingRequestLinePhase in Http11InputBuffer [tomcat]

2025-05-12 Thread via GitHub
n828cl closed pull request #854: Refactor: Use enum for parsingRequestLinePhase in Http11InputBuffer URL: https://github.com/apache/tomcat/pull/854 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

Re: [PR] Refactor: Use enum for parsingRequestLinePhase in Http11InputBuffer [tomcat]

2025-05-12 Thread via GitHub
n828cl commented on PR #854: URL: https://github.com/apache/tomcat/pull/854#issuecomment-2872651956 You can't seriously think that someone is going to even review, let alone merge, a PR with 3,271 files changed... Seems like a rebase is warranted first. -- This is an automated mess

[PR] Refactor: Use enum for parsingRequestLinePhase in Http11InputBuffer [tomcat]

2025-05-12 Thread via GitHub
devjohnpark opened a new pull request, #854: URL: https://github.com/apache/tomcat/pull/854 ## Refactor `parsingRequestLinePhase` in `Http11InputBuffer` to use `enum RequestLineParsePhase` * Changed the type of the `parsingRequestLinePhase` field from `int` to the `enum RequestLine