swift/etc
Christian Schwede edfca861b6 Increase httplib._MAXHEADERS
Python 2.7.9+ and 3.2.6+ limits the number of maximum headers in httplib to 100
[1,2,3]. This setting is too low for Swift.

By default the maximum number of allowed headers depends on the number of max
allowed metadata settings plus a default value of 32 for regular http headers.
If for some reason this is not enough (custom middleware for example) it can be
increased with the extra_header_count constraint.

[1] https://bugs.python.org/issue16037
[2] https://hg.python.org/cpython/raw-file/15c95b7d81dc/Misc/NEWS
[3] https://hg.python.org/cpython/raw-file/v3.2.6/Misc/NEWS

Co-Authored-By: Clay Gerrard <clay.gerrard@gmail.com>
Co-Authored-By: Matthew Oliver <matt@oliver.net.au>
Co-Authored-By: Thomas Herve <therve@redhat.com>

Change-Id: I388fd697ec88476024b0e9f1ae75ba35ff765282
2015-06-26 14:35:40 +00:00
..
account-server.conf-sample Replaced setting run_pause with standard interval 2015-05-25 11:47:47 +02:00
container-reconciler.conf-sample Swift configuration parameter audit 2014-08-06 11:12:14 +10:00
container-server.conf-sample Replaced setting run_pause with standard interval 2015-05-25 11:47:47 +02:00
container-sync-realms.conf-sample New container sync configuration option 2014-01-10 23:48:00 +00:00
dispersion.conf-sample Swift configuration parameter audit 2014-08-06 11:12:14 +10:00
drive-audit.conf-sample Adds console logging to swift-drive-audit 2014-12-18 14:19:12 +05:30
internal-client.conf-sample Update container sync to use internal client 2015-04-14 00:52:17 -07:00
memcache.conf-sample Make more memcache options configurable 2015-01-14 11:16:32 -05:00
mime.types-sample PEP 8 compliance and small modification to mime.types file 2010-11-23 19:26:02 -06:00
object-expirer.conf-sample Merge "Swift configuration parameter audit" 2014-08-06 16:18:02 +00:00
object-server.conf-sample Allow 1+ object-servers-per-disk deployment 2015-06-18 12:43:50 -07:00
proxy-server.conf-sample Allow default reseller prefix in domain_remap middleware 2015-06-06 12:54:41 -07:00
rsyncd.conf-sample Added missing lockfile configuration to sample rsync.conf 2011-02-12 18:27:59 -08:00
swift-rsyslog.conf-sample Add sample rsyslog.conf. 2013-06-25 10:24:26 +08:00
swift.conf-sample Increase httplib._MAXHEADERS 2015-06-26 14:35:40 +00:00