mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-17 06:21:18 +00:00
added install.sh; scgi: does not set system.stackTraceNewLine anymore
This commit is contained in:
@@ -77,7 +77,6 @@ proc open*(s: var TScgiState, port = TPort(4000)) =
|
||||
## opens a connection.
|
||||
s.bufLen = 4000
|
||||
s.input = newString(s.buflen) # will be reused
|
||||
system.stackTraceNewLine = "<br />\n"
|
||||
|
||||
s.server = socket()
|
||||
if s.server == InvalidSocket: scgiError("could not open socket")
|
||||
|
||||
Reference in New Issue
Block a user