Searched refs:HTTPFLAG_WEBSOCKETS (Results 1 – 3 of 3) sorted by relevance
577 if ((proto->httpflags & HTTPFLAG_WEBSOCKETS) == 0) { in relay_read_http()593 (proto->httpflags & HTTPFLAG_WEBSOCKETS)) { in relay_read_http()
722 #define HTTPFLAG_WEBSOCKETS 0x01 macro
1179 | WEBSOCKETS { proto->httpflags |= HTTPFLAG_WEBSOCKETS; }1180 | NO WEBSOCKETS { proto->httpflags &= ~HTTPFLAG_WEBSOCKETS; }