Hi,
I've just commited the DOCS portion of that.
The below was spliced in which I didn't commit. Sine this is actually
a code change, I'll just double check one more time before adding this part.
Index: include/apreq_version.h
===================================================================
--- include/apreq_version.h (revision 359541)
+++ include/apreq_version.h (working copy)
@@ -61,7 +61,7 @@
#define APREQ_MINOR_VERSION 5
/** patch level */
-#define APREQ_PATCH_VERSION 6
+#define APREQ_PATCH_VERSION 7
/**
* This symbol is defined for internal, "development" copies of libapreq.
Index: module/apache2/filter.c
===================================================================
--- module/apache2/filter.c (revision 359541)
+++ module/apache2/filter.c (working copy)
@@ -36,7 +36,7 @@
/* d == OR_ALL */
struct dir_config *dc = apr_palloc(p, sizeof *dc);
dc->temp_dir = NULL;
- dc->read_limit = (apr_uint64_t)-1;
+ dc->read_limit = APREQ_DEFAULT_READ_LIMIT;
dc->brigade_limit = APREQ_DEFAULT_BRIGADE_LIMIT;
return dc;
}
Index: CHANGES
===================================================================
--- CHANGES (revision 359541)
+++ CHANGES (working copy)
@@ -4,6 +4,8 @@
@section v2_07 Changes with libapreq2-2.07
+- C API [Philip M. Gollucci]
+ Use the APREQ_DEFAULT_READ_LIMIT constant for the read_limit
- C API [Ville Skyttä, Dirk Nehring]
Add explicit cast in apreq_escape()/apreq_util.h to keep
--
------------------------------------------------------------------------
"Love is not the one you can picture yourself marrying,
but the one you can't picture the rest of your life without."
"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com