mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-11 05:03:16 +01:00
tests: Add fuzzing harness for HTTPRequest, libevent's evhttp and related functions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user