Curious about the headers in the bug report / recreate.

On Thu, Mar 2, 2017 at 6:31 AM, Jim Jagielski <[email protected]> wrote:
>
>> On Mar 2, 2017, at 5:58 AM, jean-frederic clere <[email protected]> wrote:
>>
>>>
>>> +    upgrade = apr_table_get(r->headers_in, "Upgrade");
>>> +    if (!upgrade || strcasecmp(upgrade, "WebSocket") != 0) {
>>> +        ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(02900)
>>> +                      "declining URL %s  (not WebSocket)", url);
>>> +        return DECLINED;
>>
>> In fact this causing regression for some customer, could we make that
>> switch able? See https://issues.jboss.org/browse/JBCS-291
>>
>
> Sure!
>



-- 
Eric Covener
[email protected]

Reply via email to