Skip to content

Commit

Permalink
Use configurations to compile without TLS support.
Browse files Browse the repository at this point in the history
See also #2809 - although this change is not required to fix the issue.
  • Loading branch information
s-ludwig committed Dec 25, 2024
1 parent 0c3a8f9 commit 2880a22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/unix_socket/dub.sdl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name "unit-socket-example"
description "Example for sending http requests to unix sockets"
dependency "vibe-d:web" path="../../"
versions "VibeNoSSL"
dependency "vibe-stream:tls" version="~>1.0"
subConfiguration "vibe-stream:tls" "notls"

0 comments on commit 2880a22

Please sign in to comment.