~ubuntu-branches/ubuntu/trusty/ceph/trusty-updates

« back to all changes in this revision

Viewing changes to src/rgw/rgw_rest_user.cc

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-04-09 11:14:03 UTC
  • mfrom: (1.1.33)
  • Revision ID: package-import@ubuntu.com-20140409111403-jlql95pa8kg1nk9a
Tags: 0.79-0ubuntu1
* New upstream release (LP: #1278466):
  - d/p/modules.patch: Refreshed.
  - d/ceph.install: Install all jerasure modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
784
784
 
785
785
  bool use_http_params;
786
786
 
787
 
  if (s->length > 0) {
 
787
  if (s->content_length > 0) {
788
788
    use_http_params = false;
789
789
  } else {
790
790
    const char *encoding = s->info.env->get("HTTP_TRANSFER_ENCODING");