gohome1984 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

CrashReportSender::SendCrashReport / HTTPUpload::SendRequest should accept map of files to send #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Clients may want to upload extra data files along with a crash report.  I
propose that CrashReportSender::SendCrashReport and by extension
HTTPUpload::SendRequest should accept a std::map of field name/filename to
add to the request.

Original issue reported on code.google.com by ted.mielczarek on 2 Nov 2006 at 12:08

GoogleCodeExporter commented 9 years ago
I'm not terribly concerned about this anymore, we're passing all the info we 
need as
extra POST values currently.

Original comment by ted.mielczarek on 30 May 2007 at 12:16