cloudhead / http-console

simple, intuitive HTTP REPL — Speak HTTP like a local.
Apache License 2.0
1.35k stars 65 forks source link

disconnect / reconnect behavior #12

Closed Marak closed 14 years ago

Marak commented 14 years ago

so i'm not sure if this is an issue or not....

suppose im working on a web app, here is my workflow....

  1. i start the web app
  2. i start up http-console
  3. i perform a request with http-console
  4. successful request is successful
  5. shut down web app to make modification
  6. start up web app
  7. attempt to make a request with the still "connected" http-console
  8. http-console crashes out with : Error: sys is not defined

is that expected? do you see the workflow issue here?

thanks cloudhead! you rock!

Marak commented 14 years ago

i think update fixed this.