added install.sh; scgi: does not set system.stackTraceNewLine anymore

This commit is contained in:
Araq
2010-10-26 07:51:26 +02:00
parent 1dd9ec85b2
commit 0879f0b0a7
4 changed files with 735 additions and 1 deletions

View File

@@ -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")