Skip to content

Commit e58c312

Browse files
kkazuovbmithr
authored andcommitted
Fix re-export module Frame on Websocket_async (#110)
1 parent 7cc8c07 commit e58c312

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

async/websocket_async.ml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ open Core
2020
open Async
2121
open Cohttp
2222

23+
module Frame = Websocket.Frame
24+
2325
module Async_IO = Websocket.Make(Cohttp_async.Io)
2426
open Async_IO
2527

async/websocket_async.mli

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ open Websocket
2828
open Core
2929
open Async
3030

31+
module Frame = Websocket.Frame
32+
3133
val client :
3234
?name:string ->
3335
?extra_headers:Cohttp.Header.t ->

0 commit comments

Comments
 (0)