Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
128
static bool http_headers_complete(const u8 *buf, size_t len)
129
{
130
return memmem(buf, len,
"\r\n\r\n"
, 4) != NULL;
131
}
132
133
static void http_respond(int fd, const u8 *buf, size_t len)
134
{
Callers
1
http_upgrade
Function · 0.85
Calls
1
memmem
Function · 0.85
Tested by
no test coverage detected