Skip to content

Commit 1dffb74

Browse files
authored
Merge pull request #2810 from vibe-d/use_notls_config_in_example
Use configurations to compile without TLS support
2 parents 0c3a8f9 + 2880a22 commit 1dffb74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/unix_socket/dub.sdl

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name "unit-socket-example"
22
description "Example for sending http requests to unix sockets"
33
dependency "vibe-d:web" path="../../"
4-
versions "VibeNoSSL"
4+
dependency "vibe-stream:tls" version="~>1.0"
5+
subConfiguration "vibe-stream:tls" "notls"

0 commit comments

Comments
 (0)