MCPcopy Create free account
hub / github.com/boostorg/beast / testIssue430

Method testIssue430

test/beast/http/basic_parser.cpp:1140–1150  ·  view source on GitHub ↗

https://github.com/boostorg/beast/issues/430

Source from the content-addressed store, hash-verified

1138
1139 // https://github.com/boostorg/beast/issues/430
1140 void
1141 testIssue430()
1142 {
1143 parsegrind<test_parser<false>>(
1144 "HTTP/1.1 200 OK\r\n"
1145 "Transfer-Encoding: chunked\r\n"
1146 "Content-Type: application/octet-stream\r\n"
1147 "\r\n"
1148 "4\r\nabcd\r\n"
1149 "0\r\n\r\n");
1150 }
1151
1152 // https://github.com/boostorg/beast/issues/452
1153 void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected