author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Mon, 01 Jan 2024 20:53:49 +0200 | |
changeset 1039 | 78cdb4a057e3 |
parent 149 | d0e746f2c693 |
permissions | -rw-r--r-- |
75 | 1 |
# As I not install cetificate, don't check them. |
2 |
check_certificate = off |
|
86
1e9048a10b95
Set all applicable timeout values to N sec.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
75
diff
changeset
|
3 |
|
1e9048a10b95
Set all applicable timeout values to N sec.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
75
diff
changeset
|
4 |
# Set all applicable timeout values to N sec. Equivalent to |
1e9048a10b95
Set all applicable timeout values to N sec.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
75
diff
changeset
|
5 |
# specifying `--dns-timeout', `--connect-timeout', and |
1e9048a10b95
Set all applicable timeout values to N sec.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
75
diff
changeset
|
6 |
# `--read-timeout', all at the same time. |
1e9048a10b95
Set all applicable timeout values to N sec.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
75
diff
changeset
|
7 |
timeout = 10 |
149
d0e746f2c693
Turn on recognition of the (non-standard) `Content-Disposition' header.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
86
diff
changeset
|
8 |
|
d0e746f2c693
Turn on recognition of the (non-standard) `Content-Disposition' header.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
86
diff
changeset
|
9 |
# Turn on recognition of the (non-standard) `Content-Disposition' header. |
d0e746f2c693
Turn on recognition of the (non-standard) `Content-Disposition' header.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
86
diff
changeset
|
10 |
content_disposition = on |
d0e746f2c693
Turn on recognition of the (non-standard) `Content-Disposition' header.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
86
diff
changeset
|
11 |