MCPcopy Create free account
hub / github.com/ElementsProject/lightning / http_headers_complete

Function http_headers_complete

connectd/websocketd.c:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128static bool http_headers_complete(const u8 *buf, size_t len)
129{
130 return memmem(buf, len, "\r\n\r\n", 4) != NULL;
131}
132
133static void http_respond(int fd, const u8 *buf, size_t len)
134{

Callers 1

http_upgradeFunction · 0.85

Calls 1

memmemFunction · 0.85

Tested by

no test coverage detected