Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/beast
/ testChunkCRLF
Method
testChunkCRLF
test/beast/http/chunk_encode.cpp:72–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void
73
testChunkCRLF()
74
{
75
#if ! defined(BOOST_GCC) || BOOST_GCC >= 50000
76
check<chunk_crlf>(
"\r\n"
);
77
#endif
78
}
79
80
void
81
testChunkHeader()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected