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 6d2c80e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion httpaf-lwt-unix.opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
name: "httpaf-lwt"
name: "httpaf-lwt-unix"
maintainer: "Spiros Eliopoulos <[email protected]>"
authors: [
"Anton Bachin <[email protected]>"
Expand Down

0 comments on commit 6d2c80e

Please sign in to comment.