Skip to content

Commit

Permalink
Fix examples after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Nuno Monteiro committed Apr 23, 2019
1 parent 62970a3 commit 92939a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/lwt/lwt_https_get.ml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ open Lwt.Infix
module Arg = Caml.Arg

open Httpaf
open Httpaf_lwt
open Httpaf_lwt_unix

let error_handler _ = assert false

Expand Down
2 changes: 1 addition & 1 deletion examples/lwt/lwt_https_server.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ open Base
open Lwt.Infix
module Arg = Caml.Arg

open Httpaf_lwt
open Httpaf_lwt_unix

let request_handler (_ : Unix.sockaddr) = Httpaf_examples.Server.echo_post
let error_handler (_ : Unix.sockaddr) = Httpaf_examples.Server.error_handler
Expand Down

0 comments on commit 92939a5

Please sign in to comment.