accuya/google-breakpad

windows http_upload should allow response without Content-Length header

Closed this issue · 3 comments

Currently HTTPUpload::ReadResponse will return failure if the HTTP response
does not include a Content-Length header.  This is bad because lots of
common CGI programs don't send one.  I'm attaching a patch that makes this
optional.  If one is specified, it will still be checked against the number
of bytes read to determine success.

Original issue reported on code.google.com by ted.mielczarek on 29 Mar 2007 at 6:43

Attachments:

Addressed mento's review comments.

Original comment by ted.mielczarek on 2 Apr 2007 at 4:27

Attachments:

Oops, missed a spot.

Original comment by ted.mielczarek on 2 Apr 2007 at 4:53

Attachments:

Fixed, revision [136].

Original comment by mmento...@gmail.com on 2 Apr 2007 at 6:24

  • Changed state: Fixed
  • Added labels: Component-Client-Sender, OpSys-Windows