We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06519d5 commit d9f1947Copy full SHA for d9f1947
1 file changed
src/client/stream.jl
@@ -88,6 +88,10 @@ function c_on_destroy(stream)
88
return
89
end
90
91
+if !@isdefined aws_websocket_server_upgrade_options
92
+ const aws_websocket_server_upgrade_options = Ptr{Cvoid}
93
+end
94
+
95
mutable struct Stream{T}
96
allocator::Ptr{aws_allocator}
97
decompress::Union{Nothing, Bool}
0 commit comments