Skip to content

Commit

Permalink
Removing :truncate-request? from server config since it's automatical…
Browse files Browse the repository at this point in the history
…ly being added
  • Loading branch information
PNguyenSIG committed Sep 4, 2024
1 parent e57075c commit aa94c80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/triangulum/server.clj
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@
(create-handler-stack ssl? reload?))
config (merge
{:port http-port
:join? false
:truncate-request? truncate-request?}
:join? false}
(when ssl?
{:ssl? true
:ssl-port https-port
Expand Down

0 comments on commit aa94c80

Please sign in to comment.