mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-05 03:14:08 +00:00
make tests green again
This commit is contained in:
@@ -4,7 +4,7 @@ import parseutils, strtabs, strutils, tables, net, mimetypes, asyncdispatch, os
|
||||
from cgi import decodeUrl
|
||||
|
||||
const
|
||||
useHttpBeast* = not defined(windows) and not defined(useStdLib)
|
||||
useHttpBeast* = false # not defined(windows) and not defined(useStdLib)
|
||||
|
||||
type
|
||||
MultiData* = OrderedTable[string, tuple[fields: StringTableRef, body: string]]
|
||||
|
||||
Reference in New Issue
Block a user