Posted to tcl by LucMove at Mon Jul 16 08:44:40 GMT 2007view raw

  1. Command Shell
  2. invalid command name "GET" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "GET"
  3. while executing
  4. "GET / HTTP/1.1"
  5. (in namespace eval "::Stdin" script line 1)
  6. invoked from within
  7. "namespace eval ::Stdin $command($stdin,command)"})
  8. % invalid command name "Host:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Host:"
  9. while executing
  10. "Host: localhost:8082"
  11. (in namespace eval "::Stdin" script line 1)
  12. invoked from within
  13. "namespace eval ::Stdin $command($stdin,command)"})
  14. % invalid command name "User-Agent:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "User-Agent:"
  15. while executing
  16. "User-Agent: Mozilla/5.0 (X11"
  17. (in namespace eval "::Stdin" script line 1)
  18. invoked from within
  19. "namespace eval ::Stdin $command($stdin,command)"})
  20. % invalid command name "Accept:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Accept:"
  21. while executing
  22. "Accept: text/xml,application/xml,application/xhtml+xml,text/html"
  23. (in namespace eval "::Stdin" script line 1)
  24. invoked from within
  25. "namespace eval ::Stdin $command($stdin,command)"})
  26. % invalid command name "Accept-Language:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Accept-Language:"
  27. while executing
  28. "Accept-Language: en,en-us"
  29. (in namespace eval "::Stdin" script line 1)
  30. invoked from within
  31. "namespace eval ::Stdin $command($stdin,command)"})
  32. % invalid command name "Accept-Encoding:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Accept-Encoding:"
  33. while executing
  34. "Accept-Encoding: gzip,deflate"
  35. (in namespace eval "::Stdin" script line 1)
  36. invoked from within
  37. "namespace eval ::Stdin $command($stdin,command)"})
  38. % invalid command name "Accept-Charset:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Accept-Charset:"
  39. while executing
  40. "Accept-Charset: ISO-8859-1,utf-8"
  41. (in namespace eval "::Stdin" script line 1)
  42. invoked from within
  43. "namespace eval ::Stdin $command($stdin,command)"})
  44. % invalid command name "Keep-Alive:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Keep-Alive:"
  45. while executing
  46. "Keep-Alive: 300"
  47. (in namespace eval "::Stdin" script line 1)
  48. invoked from within
  49. "namespace eval ::Stdin $command($stdin,command)"})
  50. % invalid command name "Connection:" (-code 1 -level 0 -errorcode NONE -errorline 11 -errorinfo {invalid command name "Connection:"
  51. while executing
  52. "Connection: keep-alive"
  53. (in namespace eval "::Stdin" script line 1)
  54. invoked from within
  55. "namespace eval ::Stdin $command($stdin,command)"})
  56. %
  57. %