-
run: npm test
it has error:
Error: Error: badarg
at /Users/Jackey/Workspace/embarq/node_modules/backbone-couch/test/test.js:9:23
at /Users/Jackey/Workspace/embarq/node_modules/backbone-couc…
-
```
When a request is handled for which no request body is expected, and thus no
Req:recv_body() is
performed, but that request contains a Content-Length header with the value 0,
then MochiWeb
clo…
-
```
What steps will reproduce the problem?
1. Run mochiweb on an ipv6 enabled FreeBSD machine
2. Try to telnet to the ipv4 IP with the port mochiweb is running on
What is the expected output? What do…
-
Since updating to 3.2.6M3 rate level statistics keep dying off.
Ubuntu Trusty, RabbitMQ 3.6.1.903, Erlang 18.3
Erlang from ESL:
```
Erlang/OTP 18 [erts-7.3] [source-d2a6d81] [64-bit] [smp:24:24] [a…
-
```
Compile the attached file with +native. When handling a request it will
get an error message saying badarg in dynomite_web:loop/2. Compiled
without the native option it will work properly. I th…
-
```
It might be worth adding a function in mochiweb_headers to delete a header
entry. Right now I think that there's no way to do it using the provided
API without dumping to a list and creating a ne…
-
```
There is obviously a missing bit concerning ?SAVE_BODY process dictionary
element which is only written to. As a result, calling Req:recv_body() after
having called Req:parse_post() just fails (…
-
```
mochiweb_request produces a Content-Length header of 0 in the case of all
GET/HEAD responses with an empty body.
However, there are some cases where this is explicitly forbidden. For
example, wh…
-
```
I've attached a patch that I thought I'd contribute to this project. basically
it's a bunch of things
I've added for a little project I'm playing with. I'll explain all the changes:
1. added a …
-
Hi,
This is actually a clone of issue #403. This issue is reproducible for 3.5.6 for us as well, but RabbitMQ fails with higher connection counts.
RabbitMQ version: 3.5.6
Box: AWS c3.2xlarge (15 GB …