Fix bit-shifting of websockets frame fields that would yield wrong opcodes
authorEric Covener <covener@apache.org>
Wed, 4 Feb 2015 14:33:51 +0000 (14:33 +0000)
committerEric Covener <covener@apache.org>
Wed, 4 Feb 2015 14:33:51 +0000 (14:33 +0000)
commit8f40799093982ce366269ae49d4dc4b837378f4c
tree7f75893a3c7f5cea4b15b8d58450b02f3c47f9cf
parente454f1a48b5f4dbb34104deb1c6ca686ab18f280
Fix bit-shifting of websockets frame fields that would yield wrong opcodes
when the FIN bit was set.  Results in PING not being recognized
by mod_lua.  PR57524

Submitted By: Edward Lu
Committed By: covener

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1657256 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
modules/lua/lua_request.c