Skip to content

Commit c4f6b9e

Browse files
committed
1 parent 36d1cc0 commit c4f6b9e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ configure:
3838
cd $(NGX_PATH) && \
3939
./configure --with-cc-opt='$(INC_FLAGS)'\
4040
--add-module='$(MODULE_PATH)'\
41-
--with-ld-opt='$(LDFLAGS)' \
42-
--test-build-epoll
41+
--with-ld-opt='$(LDFLAGS)'
4342

4443
json2tp:
4544
$(CC) $(CFLAGS) $(INC_FLAGS) $(LDFLAGS) -I$(CUR_PATH) \

tp_transcode.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,9 @@ yajl_map_key(void *ctx, const unsigned char * key, size_t len)
401401
s_ctx->stage = METHOD;
402402
}
403403
else
404+
{
404405
dd("SKIPING: %.*s\n", (int)len, key);
406+
}
405407
} else
406408
s_ctx->stage = WAIT_NEXT;
407409

0 commit comments

Comments
 (0)