We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f335c commit e74405fCopy full SHA for e74405f
test/fuzzing/server_fuzzer.cc
@@ -39,6 +39,8 @@ class FuzzedStream : public httplib::Stream {
39
40
socket_t socket() const override { return 0; }
41
42
+ time_t duration() const override { return 0; };
43
+
44
private:
45
const uint8_t *data_;
46
size_t size_;
0 commit comments