greeng00se opened a new pull request, #650: URL: https://github.com/apache/tomcat/pull/650
hello 😄 I was looking at the code for the Request class in coyote. Removed unnecessary brackets for consistency with the other code. e.g. `contentLength = (clB == null || clB.isNull()) ? -1 : clB.getLong();` -- 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 the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
