arturobernalg commented on code in PR #439: URL: https://github.com/apache/httpcomponents-core/pull/439#discussion_r1353098659
########## httpcore5/src/main/java/org/apache/hc/core5/http/HttpStatus.java: ########## @@ -197,20 +188,20 @@ private HttpStatus() { public static final int SC_UNAVAILABLE_FOR_LEGAL_REASONS = 451; // --- 5xx Server Error --- - /** {@code 500 Server Error} (HTTP/1.0 - RFC 7231) */ + /** {@code 500 Server Error} (HTTP Semantics) */ public static final int SC_SERVER_ERROR = 500; Review Comment: I noticed multiple instances of the same error code, such as `SC_CLIENT_ERROR` and `SC_CLIENT_ERROR` . Is this intentional, or am I missing something? -- 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: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org