This commit is contained in:
yhirose 2020-11-14 21:25:07 -05:00 committed by yhirose
parent 9c7d841b37
commit 95d0b073bd
2 changed files with 39 additions and 1 deletions

View file

@ -35,6 +35,8 @@ class FuzzedStream : public httplib::Stream {
port = 8080;
}
socket_t socket() const override { return 0; }
private:
const uint8_t* data_;
size_t size_;