You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In crash_report_sender.h:
// TODO(bryner): we should expose the response to the caller.
It would be nice to get a response so the server could tell the client an
ID assigned to the crash report, for example, and then provide a web link
to look it up.
Original issue reported on code.google.com by ted.mielczarek on 4 Oct 2006 at 7:19
The text was updated successfully, but these errors were encountered:
In revision [41] (patch in #41), I made the sender check the http status code
and
indicate success only when the code is 200. We can still do more to address
this
bug, but at least we won't think that we've succeeded when we really failed.
Original comment by mmento...@gmail.com on 19 Oct 2006 at 9:51
Here's a patch that adds a wstring parameter to SendCrashReport (and
HTTPUpload) that
gets filled with the body of the server response if successful. It can also be
NULL
if you don't care about the response. This also makes one slight change to the
response semantics: if the size of the response body isn't exactly the same size
specified in the Content-Length header, the operation returns false.
Original comment by incremen...@gmail.com on 8 Dec 2006 at 6:53
Original issue reported on code.google.com by
ted.mielczarek
on 4 Oct 2006 at 7:19The text was updated successfully, but these errors were encountered: