tests: Add fuzzing harness for HTTPRequest, libevent's evhttp and related functions

This commit is contained in:
practicalswift
2020-03-17 02:03:16 +00:00
parent 299544f9c5
commit cdfb8e7afa
4 changed files with 67 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ private:
bool replySent;
public:
explicit HTTPRequest(struct evhttp_request* req);
explicit HTTPRequest(struct evhttp_request* req, bool replySent = false);
~HTTPRequest();
enum RequestMethod {