Skip to content

Commit

Permalink
Fix re-export module Frame on Websocket_async (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkazuo authored and vbmithr committed Apr 3, 2019
1 parent 7cc8c07 commit e58c312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions async/websocket_async.ml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ open Core
open Async
open Cohttp

module Frame = Websocket.Frame

module Async_IO = Websocket.Make(Cohttp_async.Io)
open Async_IO

Expand Down
2 changes: 2 additions & 0 deletions async/websocket_async.mli
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ open Websocket
open Core
open Async

module Frame = Websocket.Frame

val client :
?name:string ->
?extra_headers:Cohttp.Header.t ->
Expand Down

0 comments on commit e58c312

Please sign in to comment.