Navigation Menu

Skip to content

Commit

Permalink
doc: don't use NGX_MAX_ERROR_STR
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jan 28, 2015
1 parent bd4e617 commit f7bb94c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/news.rst
Expand Up @@ -29,8 +29,8 @@ Improvements
The return value is calculated based on drilldown result in group.
* [experimental] Added ``--with-jemalloc`` option to use ``jemalloc`` for ``malloc()/free()``.
It'll improve performance on multi-threading usage.
* groonga-httpd: Supported long error message over ``NGX_MAX_ERROR_STR``.
By this change, long error message (>=2048) is not truncated.
* groonga-httpd: Supported long error message over 2048 bytes.
By this change, long error message (>2048) is not truncated.
* groonga-httpd: Supported streaming dump functionality.

Fixes
Expand Down

0 comments on commit f7bb94c

Please sign in to comment.