We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c490d83 commit d1345ddCopy full SHA for d1345dd
templates/swift/Sources/WebSockets/HTTPHandler.swift.twig
@@ -69,7 +69,6 @@ extension HTTPHandler : ChannelInboundHandler, RemovableChannelHandler {
69
upgradeFailure(status: header.status)
70
break
71
case .body(var body):
72
- print(body.readString(length: body.readableBytes)!)
73
74
case .end(_):
75
0 commit comments