dimahardie / google-breakpad

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

lack of "content-length" #387

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
File:  /src/common/windows/http_upload.cc
Line:  
308-312(here--http://code.google.com/p/google-breakpad/source/browse/trunk/src/c
ommon/windows/http_upload.cc#312)

the "Content-Type" is "application/octet-stream", so if a "CRLFCRLF" in the 
content(although mostly doesn't happen), there may be an undefined result.

so please add "Content-Length".

Original issue reported on code.google.com by fenghaungyuyicon@gmail.com on 10 Jun 2010 at 7:49