We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f09f5 commit dfdd61cCopy full SHA for dfdd61c
src/ngx_http_drizzle_processor.c
@@ -72,6 +72,7 @@ ngx_http_drizzle_process_events(ngx_http_request_t *r)
72
73
case state_db_idle: /* from connection pool */
74
c->log->action = "sending query to drizzle upstream";
75
+ /* fallthrough */
76
77
case state_db_send_query:
78
rc = ngx_http_upstream_drizzle_send_query(r, c, dp, dc);
0 commit comments