| Index: third_party/crashpad/crashpad/handler/crashpad_handler.md
|
| diff --git a/third_party/crashpad/crashpad/handler/crashpad_handler.md b/third_party/crashpad/crashpad/handler/crashpad_handler.md
|
| index 31c0b3472e720eac06c0a3bf35806d0479b8af77..30dacfe7eed641324072d87c5530a57d2bf40fbd 100644
|
| --- a/third_party/crashpad/crashpad/handler/crashpad_handler.md
|
| +++ b/third_party/crashpad/crashpad/handler/crashpad_handler.md
|
| @@ -144,6 +144,14 @@ establish the Crashpad client environment before running a program.
|
| throttled to one per hour. Using this option disables that behavior, and
|
| Crashpad will attempt to upload all captured reports.
|
|
|
| + * **--no-upload-gzip**
|
| +
|
| + Do not use `gzip` compression for uploaded crash reports. Normally, the
|
| + entire request body is compressed into a `gzip` stream and transmitted with
|
| + `Content-Encoding: gzip`. This option disables compression, and is intended
|
| + for use with collection servers that don’t accept uploads compressed in this
|
| + way.
|
| +
|
| * **--pipe-name**=_PIPE_
|
|
|
| Listen on the given pipe name for connections from clients. _PIPE_ must be of
|
|
|