ngx-list-iterator: Make it easier to iterate over headers. Fixes #359.

This commit is contained in:
Jeff Kaufman
2013-05-29 13:42:53 -04:00
parent 08cc94bdb3
commit 6da81d760d
5 changed files with 119 additions and 77 deletions
+2
View File
@@ -143,6 +143,7 @@ if [ $ngx_found = yes ]; then
$ps_src/ngx_fetch.h \
$ps_src/ngx_url_async_fetcher.h \
$ps_src/ngx_base_fetch.h \
$ps_src/ngx_list_iterator.h \
$ps_src/ngx_server_context.h \
$ps_src/ngx_rewrite_options.h \
$ps_src/ngx_rewrite_driver_factory.h \
@@ -159,6 +160,7 @@ if [ $ngx_found = yes ]; then
$ps_src/ngx_fetch.cc \
$ps_src/ngx_url_async_fetcher.cc \
$ps_src/ngx_base_fetch.cc \
$ps_src/ngx_list_iterator.cc \
$ps_src/ngx_thread_system.cc \
$ps_src/ngx_message_handler.cc \
$ps_src/pthread_shared_mem.cc \