| 1613 | //-------------------------------------------------------------------------- |
| 1614 | |
| 1615 | void |
| 1616 | run() override |
| 1617 | { |
| 1618 | testFlatten(); |
| 1619 | testObsFold(); |
| 1620 | testCallbacks(); |
| 1621 | testRequestLine(); |
| 1622 | testStatusLine(); |
| 1623 | testFields(); |
| 1624 | testConnectionField(); |
| 1625 | testContentLengthField(); |
| 1626 | testTransferEncodingField(); |
| 1627 | testUpgradeField(); |
| 1628 | testPartial(); |
| 1629 | testLimits(); |
| 1630 | testBody(); |
| 1631 | testIssue430(); |
| 1632 | testIssue452(); |
| 1633 | testIssue496(); |
| 1634 | testIssue692(); |
| 1635 | testFuzz(); |
| 1636 | testRegression1(); |
| 1637 | testIssue1211(); |
| 1638 | testIssue1267(); |
| 1639 | testChunkedOverflow(); |
| 1640 | testChunkedBodySize(); |
| 1641 | testUnlimitedBody(); |
| 1642 | testIssue2201(); |
| 1643 | } |
| 1644 | }; |
| 1645 | |
| 1646 | BEAST_DEFINE_TESTSUITE(beast,http,basic_parser); |
nothing calls this directly
no outgoing calls
no test coverage detected