#1153 mod_websocket: Expose original request object for use by modules
Reporter
MattJ
Owner
MattJ
Created
Updated
Stars
★ (1)
Tags
Status-Fixed
Type-Enhancement
Priority-Medium
MattJ
on
Description of feature:
Websocket sessions should expose their original request object. This may contain data that is useful to modules, such as request headers (including cookies) and connection details.
Motivation: (Why?)
mod_bosh already does this, and currently it's impossible to make a module that supports both BOSH and Websocket connections (e.g. an auth module that reads a cookie), although both connection methods should be treated equally.
Description of feature: Websocket sessions should expose their original request object. This may contain data that is useful to modules, such as request headers (including cookies) and connection details. Motivation: (Why?) mod_bosh already does this, and currently it's impossible to make a module that supports both BOSH and Websocket connections (e.g. an auth module that reads a cookie), although both connection methods should be treated equally.
Fixed in 4ae8dd415e94
Changes