This commit is contained in:
Dominik Picheta
2015-09-06 23:49:59 +01:00
parent a7c9f72737
commit eb4263a0fc

View File

@@ -159,6 +159,7 @@ proc processClient(client: AsyncSocket, address: string,
# Header: val
# \n
request.headers.clear(modeCaseInsensitive)
request.body = ""
request.hostname.shallowCopy(address)
assert client != nil
request.client = client