Skip to content

Commit a227407

Browse files
committed
[tcp] force the connection type (unsecure)
1 parent 6023362 commit a227407

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/httpserver/tcpserver.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@ const httpclient_ops_t *tcpclient_ops = &(httpclient_ops_t)
415415
{
416416
.scheme = str_defaultscheme,
417417
.default_port = 80,
418+
.type = 0,
418419
.create = tcpclient_create,
419420
.connect = tcpclient_connect,
420421
.recvreq = tcpclient_recv,

0 commit comments

Comments
 (0)