mchbani / google-breakpad

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

CrashReportSender should provide HTTP status code to callers #220

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently CrashReportSender just returns a general status, like
RESULT_SUCCEEDED.  I'm trying to add logging to our client so we can
diagnose submission failures, but if the error was server-side (say a 500
Internal Server Error), GetLastError() rightfully tells me that there was
no error, and CrashReportSender doesn't pass the HTTP status code up to me,
so I'm out of luck.

Should be an easy change.

Original issue reported on code.google.com by ted.mielczarek on 17 Oct 2007 at 1:47