Skip to content

Commit 1680d92

Browse files
committed
Add Initialize functionality
1 parent 56833ea commit 1680d92

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/src/http_wasm.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class HTTPState;
1616
class HTTPWasmClient : public HTTPClient {
1717
public:
1818
HTTPWasmClient(HTTPFSParams &http_params, const string &proto_host_port) { host_port = proto_host_port; }
19+
void Initialize(HTTPParams &params) override {}
1920
string host_port;
2021

2122
unique_ptr<HTTPResponse> Get(GetRequestInfo &info) override {

submodules/duckdb

Submodule duckdb updated 62 files

0 commit comments

Comments
 (0)