Home
last modified time | relevance | path

Searched refs:preface (Results 1 - 1 of 1) sorted by relevance

/third_party/libwebsockets/lib/roles/h2/
H A Dhttp2.c83 static const char *preface = "PRI * HTTP/2.0\x0d\x0a\x0d\x0aSM\x0d\x0a\x0d\x0a"; variable
404 if (lws_issue_raw(wsi, (uint8_t *)preface, strlen(preface)) != in lws_h2_issue_preface()
405 (int)strlen(preface)) in lws_h2_issue_preface()
803 /* this is the end of the preface dance then? */
2025 if (preface[h2n->count++] != c)
2028 if (preface[h2n->count])

Completed in 5 milliseconds