Skip to content

Commit

Permalink
Merge branch 'fixed-http' into 'develop'
Browse files Browse the repository at this point in the history
fixed http-support

See merge request in3/c/in3-core!179
  • Loading branch information
simon-jentzsch committed Mar 10, 2020
2 parents f3a7feb + 313dba3 commit 169780b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion c/src/cmd/in3/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,9 @@ int main(int argc, char* argv[]) {
#ifdef __MINGW32__
c->flags |= FLAGS_HTTP;
#endif

#ifndef USE_CURL
c->flags |= FLAGS_HTTP;
#endif
// handle clear cache opt before initializing cache
for (i = 1; i < argc; i++)
if (strcmp(argv[i], "-ccache") == 0)
Expand Down

0 comments on commit 169780b

Please sign in to comment.