AFL fuzzing harness
This commit is contained in:
@@ -1,14 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include <functional>
|
||||
#include <sys/uio.h>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
|
||||
#include "fastcgi_request.h"
|
||||
#include "stream_buffer.h"
|
||||
|
||||
struct sockaddr_in6;
|
||||
class FastCGIRequest;
|
||||
|
||||
class FastCGIConn {
|
||||
public:
|
||||
FastCGIConn(int sock, const sockaddr_in6& client_addr, const std::function<void(std::unique_ptr<FastCGIRequest>)>& callback, const std::unordered_set<std::string_view>& headers);
|
||||
|
||||
Reference in New Issue
Block a user