Home
last modified time | relevance | path

Searched refs:websockets_ping (Results 1 – 2 of 2) sorted by relevance

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dwebsockets.c46 …if (uwsgi_response_write_body_do(wsgi_req, uwsgi.websockets_ping->buf, uwsgi.websockets_ping->pos)… in uwsgi_websockets_ping()
469 uwsgi.websockets_ping = uwsgi_buffer_new(2); in uwsgi_websockets_init()
470 uwsgi_buffer_append(uwsgi.websockets_ping, "\x89\0", 2); in uwsgi_websockets_init()
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h2746 struct uwsgi_buffer *websockets_ping; member