Skip to content

Commit

Permalink
fix(server): missing inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach committed Jul 24, 2023
1 parent 6813fa0 commit 6257493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: action-controller
version: 7.0.0
version: 7.0.1
crystal: ">= 1.9.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion src/action-controller/server.cr
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ActionController::Server
AFTER_HANDLERS = [] of HTTP::Handler

# :nodoc:
private class HTTPServer
private class HTTPServer < HTTP::Server
getter worker : WorkerPool = WorkerPool.new(100)

protected def dispatch(io)
Expand Down

0 comments on commit 6257493

Please sign in to comment.