You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2013/07/12 22:29:11 UTC

svn commit: r1502673 - /subversion/branches/tristate-chunked-request/subversion/libsvn_ra_serf/serf.c

Author: breser
Date: Fri Jul 12 20:29:11 2013
New Revision: 1502673

URL: http://svn.apache.org/r1502673
Log:
Fix that global setting wasn't used if a section existed but had no http-chunked-requests option.

* subversion/libsvn_ra_serf/serf.c
  (load_config): Pass chunked_requests as the default for the http-chunked-requests
    option in the server_group.

Found by: gstein

Modified:
    subversion/branches/tristate-chunked-request/subversion/libsvn_ra_serf/serf.c

Modified: subversion/branches/tristate-chunked-request/subversion/libsvn_ra_serf/serf.c
URL: http://svn.apache.org/viewvc/subversion/branches/tristate-chunked-request/subversion/libsvn_ra_serf/serf.c?rev=1502673&r1=1502672&r2=1502673&view=diff
==============================================================================
--- subversion/branches/tristate-chunked-request/subversion/libsvn_ra_serf/serf.c (original)
+++ subversion/branches/tristate-chunked-request/subversion/libsvn_ra_serf/serf.c Fri Jul 12 20:29:11 2013
@@ -293,7 +293,7 @@ load_config(svn_ra_serf__session_t *sess
       SVN_ERR(svn_config_get_tristate(config, &chunked_requests,
                                       server_group,
                                       SVN_CONFIG_OPTION_HTTP_CHUNKED_REQUESTS,
-                                      "auto", svn_tristate_unknown));
+                                      "auto", chunked_requests));
     }
 
   /* Don't allow the http-max-connections value to be larger than our