<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,6 @@
 
 Version 2.0.10
+ * Change: compatibility with nginx API 0.8.11
  * Fixed bug: Prevent module from registering store path if no upload location
  was configured
  * Fixed bug: upload corrupted in case of short body + keepalive. Thanks to Dmitry</diff>
      <filename>Changelog</filename>
    </modified>
    <modified>
      <diff>@@ -1710,6 +1710,10 @@ ngx_http_read_upload_client_request_body(ngx_http_request_t *r) {
     ngx_http_core_loc_conf_t  *clcf;
     ngx_http_upload_ctx_t     *u = ngx_http_get_module_ctx(r, ngx_http_upload_module);
 
+#if defined nginx_version &amp;&amp; nginx_version &gt;= 8011
+    r-&gt;main-&gt;count++;
+#endif
+
     if (r-&gt;request_body || r-&gt;discard_body) {
         return NGX_OK;
     }</diff>
      <filename>ngx_http_upload_module.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a56300a4fdb9a042e15f353ca18e8718c424af56</id>
    </parent>
  </parents>
  <author>
    <name>Valery Kholodkov</name>
    <email>valery@iva.(none)</email>
  </author>
  <url>http://github.com/vkholodkov/nginx-upload-module/commit/e8f288711c71d5cf1a3776784b941e6a5278f0de</url>
  <id>e8f288711c71d5cf1a3776784b941e6a5278f0de</id>
  <committed-date>2009-08-30T02:17:02-07:00</committed-date>
  <authored-date>2009-08-30T02:17:02-07:00</authored-date>
  <message>Compatibility with nginx API 0.8.11</message>
  <tree>a93b1c8e653ccb22f691214300e4b9c2640b8ddb</tree>
  <committer>
    <name>Valery Kholodkov</name>
    <email>valery@iva.(none)</email>
  </committer>
</commit>
