made some tests green

This commit is contained in:
Araq
2014-09-21 23:57:54 +02:00
parent 8e52384407
commit 3866820eee
11 changed files with 53 additions and 49 deletions

View File

@@ -5,13 +5,13 @@ discard """
#bug #442
import scgi, sockets, asyncio, strtabs
proc handleSCGIRequest[TScgi: TScgiState | PAsyncScgiState](s: TScgi) =
proc handleSCGIRequest[TScgi: ScgiState | AsyncScgiState](s: TScgi) =
discard
proc handleSCGIRequest(client: PAsyncSocket, headers: PStringTable,
proc handleSCGIRequest(client: AsyncSocket, headers: StringTableRef,
input: string) =
discard
proc test(handle: proc (client: PAsyncSocket, headers: PStringTable,
proc test(handle: proc (client: AsyncSocket, headers: StringTableRef,
input: string), b: int) =
discard