gohome1984 / google-breakpad

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

Windows symuploads needs longer timeout for large symbol files #304

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Symupload should use InternetSetOption to unset the timeout before
uploading a large symbol file.

Original issue reported on code.google.com by neal...@gmail.com on 19 Mar 2009 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by neal...@gmail.com on 19 Mar 2009 at 9:09

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by neal...@gmail.com on 20 Mar 2009 at 6:13

Attachments:

GoogleCodeExporter commented 9 years ago
Looks good.

- I generally prefer returning versus calling exit directly though it's 
convenient to 
use exit. Your call.
- At some point in the future, we should probably make this app scriptable by 
returning better error codes. For e.g. returning non zero for errors and 0 for 
success.

Original comment by doshi...@gmail.com on 20 Mar 2009 at 6:54

GoogleCodeExporter commented 9 years ago

Original comment by neal...@gmail.com on 8 Jan 2010 at 10:56