Skip to content

Commit

Permalink
Remove unnecessary copy
Browse files Browse the repository at this point in the history
Could not connect https continued
  • Loading branch information
paulofaria committed Apr 22, 2016
2 parents 0ee7f4e + 5b1c252 commit ecc05cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Client.swift
Expand Up @@ -71,7 +71,6 @@ public final class Client: Responder {

extension Client {
private func addHeaders(_ request: inout Request) {
var request = request
request.host = "\(host):\(port)"
request.userAgent = "Zewo"

Expand Down

0 comments on commit ecc05cc

Please sign in to comment.