Skip to content

Commit 6f17a27

Browse files
authored
Disable pipelining support for non-async routes (#6847)
1 parent 2c82e22 commit 6f17a27

File tree

1 file changed

+1
-0
lines changed
  • frameworks/Swift/vapor/vapor-default/Sources

1 file changed

+1
-0
lines changed

frameworks/Swift/vapor/vapor-default/Sources/main.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ let app = Application(env)
77
defer { app.shutdown() }
88

99
app.http.server.configuration.serverName = "Vapor"
10+
app.http.server.configuration.supportPipelining = false
1011

1112
app.logger.notice("💧 VAPOR")
1213
app.logger.notice("System.coreCount: \(System.coreCount)")

0 commit comments

Comments
 (0)