Skip to content

Commit

Permalink
Merge branch 'master' of github.com:agentzh/echo-nginx-module
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Aug 9, 2011
2 parents b825665 + 8ea6767 commit 7f116d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ngx_http_echo_handler.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#define DDEBUG 0

#include "ddebug.h"

#include "ngx_http_echo_filter.h"
Expand Down Expand Up @@ -112,6 +111,8 @@ ngx_http_echo_handler(ngx_http_request_t *r)
ngx_int_t rc;
ngx_http_echo_ctx_t *ctx;

dd("subrequest in memory: %d", (int) r->subrequest_in_memory);

rc = ngx_http_echo_run_cmds(r);

if (rc == NGX_ERROR) {
Expand Down
6 changes: 6 additions & 0 deletions valgrind.suppress
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
<insert_a_suppression_name_here>
Memcheck:Param
epoll_ctl(event)
fun:epoll_ctl
}
{
<insert_a_suppression_name_here>
Memcheck:Leak
Expand Down

0 comments on commit 7f116d1

Please sign in to comment.