~pbms-core/pbms/5.11-beta

« back to all changes in this revision

Viewing changes to src/blobcontainer_ms.cc

  • Committer: Barry.Leslie at PrimeBase
  • Date: 2009-01-13 17:43:05 UTC
  • Revision ID: barry.leslie@primebase.com-20090113174305-djeiytqmrjwbzdfa
Meta data is now collected by the HTTP server when BLOBs are received.
When BLOBs are moved from one database to another the entire header including
meta data is also copied.

Show diffs side-by-side

added added

removed removed

Lines of Context:
110
110
                url_len = strlen(in_url);
111
111
                retry = false;
112
112
                goto try_again;
113
 
        }
 
113
        } else
 
114
                *error = report_error(session, &result, "pbms_use_blob() failed.");
 
115
                
114
116
        
115
117
 
116
118
 done: