htty / htty

htty is the HTTP TTY, a console application for interacting with web servers.
http://htty.github.io
Other
1.75k stars 65 forks source link

Don't add nil as last request #104

Closed gabrielelana closed 10 years ago

gabrielelana commented 10 years ago

Fixes #102

A command could yield a valid request but also nil so we need to check that otherwise nil will be added as next request blowing up everything

I fixed this right aways because I think it's a pretty serious :bug: