Merge pull request #288 from asticode/patch-1

Fix fallthrough
This commit is contained in:
Sergey Dryabzhinsky 2019-02-18 08:36:52 +03:00 committed by GitHub
commit a5ac72c274
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,6 +166,7 @@ ngx_rtmp_eval(void *ctx, ngx_str_t *in, ngx_rtmp_eval_t **e, ngx_str_t *out,
state = ESCAPE;
continue;
}
/* fall through */
case ESCAPE:
ngx_rtmp_eval_append(&b, &c, 1, log);