cloudhead / http-console

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

Add Content-Length to requests with a body #10

Closed steadicat closed 14 years ago

steadicat commented 14 years ago

Http-console should add a Content-Length header to all requests with a body. Some web servers (e.g. Nginx) refuse to respond to requests without it. Having to add it manually defeats the whole purpose of this tool.

cloudhead commented 14 years ago

Yea, I thought I did this already. Will fix.

cloudhead commented 14 years ago

fixed in 0.3.2