ref: 189647328ce1d41bc5c19a5b86eaeb10f12f4013
parent: ca7b681d040f78f41c37b9ae028103e9d7c4e538
author: Mark Harris <mark.hsj@gmail.com>
date: Sun Jun 10 19:49:01 EDT 2018
http: silence gcc 8 -Wimplicit-fallthrough warning The comment must be just before the label to suppress the warning.
--- a/src/http.c
+++ b/src/http.c
@@ -1517,8 +1517,8 @@
case BIO_CTRL_RESET:
case BIO_C_RESET_READ_REQUEST:{
BIO_clear_retry_flags(_b);
- /*Fall through.*/
}
+ /*Fall through.*/
case BIO_CTRL_EOF:
case BIO_CTRL_SET:
case BIO_CTRL_SET_CLOSE: