Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)

This commit is contained in:
Miran
2019-01-22 16:06:44 +01:00
committed by GitHub
parent 54fecdb8df
commit 0ebfcd4c0f
11 changed files with 61 additions and 3187 deletions

View File

@@ -9,7 +9,7 @@ type
AsyncScgiState* = object of RootObj ## SCGI state object
#bug #442
import sockets, asyncio, strtabs
import asyncnet, strtabs
proc handleSCGIRequest[TScgi: ScgiState | AsyncScgiState](s: TScgi) =
discard
proc handleSCGIRequest(client: AsyncSocket, headers: StringTableRef,