|
I tried 'tclkit sdx.kit httpd' and got:
Accepting connections on http://second.sonianet:8080/
20050222 14:51:54 (1109098314959773) sock6 Connect 127.0.0.1 34663
20050222 14:51:54 (39013) sock6 Query GET / HTTP/1.1
bgerror: number too large to represent as a Posix time
while executing
"return -options $opts $retval"
(procedure "ConvertUTCToLocal" line 20)
invoked from within
"ConvertUTCToLocal $date[set date {}] $timezone"
(procedure "::tcl::clock::format" line 10)
invoked from within
"clock format $clicks -format {%a, %d %b %Y %T %Z}"
(procedure "HttpdDate" line 2)
invoked from within
"HttpdDate [clock clicks]"
(procedure "HttpdRespond" line 15)
invoked from within
"HttpdRespond $sock "
(procedure "HttpdRead" line 22)
invoked from within
"HttpdRead sock6"
Note that I get the same response even if I tell the browser to use HTTP/1.0 |