File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 66
77namespace SC
88{
9+ // -------------------------------------------------------------------------------------------------------
10+ // HttpServerClient
11+ // -------------------------------------------------------------------------------------------------------
12+ HttpServerClient::HttpServerClient ()
13+ {
14+ // This is needed on Linux so that ReadableSocketStream constructor don't need to be exported
15+ // in order to be used across plugin boundaries.
16+ }
17+
918// -------------------------------------------------------------------------------------------------------
1019// HttpRequest
1120// -------------------------------------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ struct SC_COMPILER_EXPORT HttpServerClient
111111 Free,
112112 Used
113113 };
114+ HttpServerClient ();
114115 State state = State::Free;
115116
116117 HttpRequest request;
You can’t perform that action at this time.
0 commit comments