Posted to tcl by LucMove at Mon Jul 16 08:44:40 GMT 2007view raw
- Command Shell
- invalid command name "GET" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "GET"
- while executing
- "GET / HTTP/1.1"
- (in namespace eval "::Stdin" script line 1)
- invoked from within
- "namespace eval ::Stdin $command($stdin,command)"})
- % invalid command name "Host:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Host:"
- while executing
- "Host: localhost:8082"
- (in namespace eval "::Stdin" script line 1)
- invoked from within
- "namespace eval ::Stdin $command($stdin,command)"})
- % invalid command name "User-Agent:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "User-Agent:"
- while executing
- "User-Agent: Mozilla/5.0 (X11"
- (in namespace eval "::Stdin" script line 1)
- invoked from within
- "namespace eval ::Stdin $command($stdin,command)"})
- % invalid command name "Accept:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Accept:"
- while executing
- "Accept: text/xml,application/xml,application/xhtml+xml,text/html"
- (in namespace eval "::Stdin" script line 1)
- invoked from within
- "namespace eval ::Stdin $command($stdin,command)"})
- % invalid command name "Accept-Language:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Accept-Language:"
- while executing
- "Accept-Language: en,en-us"
- (in namespace eval "::Stdin" script line 1)
- invoked from within
- "namespace eval ::Stdin $command($stdin,command)"})
- % invalid command name "Accept-Encoding:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Accept-Encoding:"
- while executing
- "Accept-Encoding: gzip,deflate"
- (in namespace eval "::Stdin" script line 1)
- invoked from within
- "namespace eval ::Stdin $command($stdin,command)"})
- % invalid command name "Accept-Charset:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Accept-Charset:"
- while executing
- "Accept-Charset: ISO-8859-1,utf-8"
- (in namespace eval "::Stdin" script line 1)
- invoked from within
- "namespace eval ::Stdin $command($stdin,command)"})
- % invalid command name "Keep-Alive:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Keep-Alive:"
- while executing
- "Keep-Alive: 300"
- (in namespace eval "::Stdin" script line 1)
- invoked from within
- "namespace eval ::Stdin $command($stdin,command)"})
- % invalid command name "Connection:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Connection:"
- while executing
- "Connection: keep-alive"
- (in namespace eval "::Stdin" script line 1)
- invoked from within
- "namespace eval ::Stdin $command($stdin,command)"})
- %
- %