Skip to content

Commit d9f1947

Browse files
committed
compat
1 parent 06519d5 commit d9f1947

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/client/stream.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ function c_on_destroy(stream)
8888
return
8989
end
9090

91+
if !@isdefined aws_websocket_server_upgrade_options
92+
const aws_websocket_server_upgrade_options = Ptr{Cvoid}
93+
end
94+
9195
mutable struct Stream{T}
9296
allocator::Ptr{aws_allocator}
9397
decompress::Union{Nothing, Bool}

0 commit comments

Comments
 (0)