Skip to content

Commit

Permalink
fixup! [mod] [taoensso#424] reintroduce fixed jetty9-ring-adapter s…
Browse files Browse the repository at this point in the history
…upport
  • Loading branch information
TimoKramer committed Mar 31, 2023
1 parent 3722f02 commit 6019922
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/taoensso/sente/server_adapters/community/jetty9.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(ns taoensso.sente.server-adapters.jetty9
(ns taoensso.sente.server-adapters.community.jetty9
"Sente adapter for ring-jetty9-adapter,
(https://github.com/sunng87/ring-jetty9-adapter).
Expand All @@ -15,8 +15,7 @@
[3] https://gist.github.com/wavejumper/40c4cbb21d67e4415e20685710b68ea0"

{:author "Thomas Crowley (@wavejumper), modified for async jetty by Timo Kramer"}
(:require [clojure.string :as str]
[ring.adapter.jetty9.websocket :as jetty9.websocket]
(:require [ring.adapter.jetty9.websocket :as jetty9.websocket]
[taoensso.sente.interfaces :as i]))

(defn- ajax-cbs [sch]
Expand Down

0 comments on commit 6019922

Please sign in to comment.