Searched refs:HTTP2_PREFACE (Results 1 – 3 of 3) sorted by relevance
60 #define HTTP2_PREFACE "PRI * HTTP/2.0\r\n\r\nSM\r\n\r\n" macro
441 if (client->data_len < sizeof(HTTP2_PREFACE) - 1) { in handle_http_preface()452 if (strncmp(client->cursor, HTTP2_PREFACE, sizeof(HTTP2_PREFACE) - 1) != 0) { in handle_http_preface()
847 client->data_len -= sizeof(HTTP2_PREFACE) - 1; in enter_http2_request()848 client->cursor += sizeof(HTTP2_PREFACE) - 1; in enter_http2_request()