~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/pbms/src/connection_handler_ms.cc

  • Committer: Brian Aker
  • Date: 2010-10-31 23:41:31 UTC
  • mfrom: (1892.2.1 lintian-warnings)
  • Revision ID: brian@tangent.org-20101031234131-0y4fjb56c8tm95ra
Merge Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
451
451
        push_(metadata);
452
452
        
453
453
         if (! iInputStream->getContentLength(&blob_len)) {
454
 
                CSException::throwException(CS_CONTEXT, CS_ERR_MISSING_HTTP_HEADER, "Missing content lenght header");
 
454
                CSException::throwException(CS_CONTEXT, CS_ERR_MISSING_HTTP_HEADER, "Missing content length header");
455
455
         }
456
456
         
457
457