Carl Bergquist
|
a86b8c8a04
|
http: remove dualstack since its deprecated (#16940)
Deprecated: Fast Fallback is enabled by default. To
disable, set FallbackDelay to a negative value.
https://golang.org/src/net/dial.go
|
2019-05-08 10:37:48 +02:00 |
|
Oleg Gaidarenko
|
54c1bf0cc9
|
Chore: a bit of spring cleaning (#16710)
* Chore: use early return technic everywhere
And enable "indent-error-flow" revive rule
* Chore: remove if-return rule from revive config
* Chore: improve error messages
And enable "error-strings" revive rule
* Chore: enable "error-naming" revive rule
* Chore: make linter happy
* Chore: do not duplicate gofmt execution
* Chore: make linter happy
* Chore: address the pull review comments
|
2019-04-23 11:24:47 +03:00 |
|
Jakob van Santen
|
92d417f6b4
|
Handle query string in storage public_url (#9351) (#12555)
|
2018-07-17 11:10:12 -07:00 |
|
Mario Trangoni
|
b02a860e66
|
pkg/components: fix ineffassign issues
|
2018-04-23 20:03:57 +02:00 |
|
Carl Bergquist
|
e9e8ffc769
|
Merge pull request #9367 from bobrik/dualstack
Enable dualstack in every net.Dialer, fixes #9364
|
2017-09-28 11:15:49 +02:00 |
|
Ivan Babrou
|
9a4ae30227
|
Enable dualstack in every net.Dialer, fixes #9364
Default transport enables it:
* https://github.com/golang/go/blob/d2826d3e06/src/net/http/transport.go#L42-L46
```
DialContext: (&net.Dialer{
Timeout: 30 * time.Second,
KeepAlive: 30 * time.Second,
DualStack: true,
}).DialContext,
```
See also: https://github.com/golang/go/issues/15324
|
2017-09-27 22:29:48 -07:00 |
|
bergquist
|
c7698a09ed
|
pass context to image uploaders
|
2017-09-15 16:11:02 +02:00 |
|
berghauz
|
48cf58e739
|
Indenting fix
|
2017-05-17 03:58:18 +03:00 |
|
berghauz
|
c713bd9a9a
|
Proxy support added, fixes #7922
Well, i'm really want to see it working in 4.3.0
|
2017-05-17 02:50:56 +03:00 |
|
Daniel Lee
|
6538e86793
|
webdav: add tests + path.join for public url param
Fixes #7914. Fixes #7921
|
2017-04-25 17:22:18 +02:00 |
|
fir4
|
6d9e8bd147
|
webdav: allow specification of a different public_url than upload url
|
2017-04-25 17:22:18 +02:00 |
|
bergquist
|
05952688c5
|
tech: avoid using http.DefaultClient
|
2017-02-24 17:22:12 +01:00 |
|
bergquist
|
b4b7156f42
|
fix(webdav): adds missing auth headers
closes #6779
|
2016-12-02 16:20:15 +01:00 |
|
bergquist
|
d1a7a23c84
|
test(imageupload): add more specific tests
torkels commit will fix this unit test :)
|
2016-09-07 10:05:01 +02:00 |
|
bergquist
|
99e99922b4
|
feat(alerting): add support for uploading images to webdav.
closes #5770
|
2016-08-11 16:48:54 +02:00 |
|