Skip to content

Commit aa94c80

Browse files
committed
Removing :truncate-request? from server config since it's automatically being added
1 parent e57075c commit aa94c80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/triangulum/server.clj

+1-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@
6161
(create-handler-stack ssl? reload?))
6262
config (merge
6363
{:port http-port
64-
:join? false
65-
:truncate-request? truncate-request?}
64+
:join? false}
6665
(when ssl?
6766
{:ssl? true
6867
:ssl-port https-port

0 commit comments

Comments
 (0)