Nick Craig-Wood
|
318e335137
|
Remove Authorization: headers from --dump-headers output
Add in `--dump-auth` flag to put it back.
|
2016-11-02 15:53:43 +00:00 |
|
Nick Craig-Wood
|
d1759fdfa9
|
Add request ID to HTTP debugging to make it easier to trace concurrent flows
|
2016-10-31 12:01:28 +00:00 |
|
Nick Craig-Wood
|
5454f2abd0
|
Fix race in checkServerTime
|
2016-10-30 19:16:27 +00:00 |
|
Nick Craig-Wood
|
8a56a6836a
|
Check server time against local time #654
|
2016-10-08 14:00:50 +01:00 |
|
Nick Craig-Wood
|
d42b38699b
|
Make ResponseHeaderTimeout be --timeout not --contimeout fixes #766
This was causing a problem with Amazon Drive which often pauses for a
long time after uploads before returning the response.
|
2016-10-08 10:12:19 +01:00 |
|
Nick Craig-Wood
|
e94850f322
|
Fix timeouts not working when set to 0 and firing too often - #766
|
2016-10-06 10:23:23 +01:00 |
|
Nick Craig-Wood
|
f2eeb4301c
|
Make --dump-bodies imply --dump-headers
|
2016-09-22 08:40:37 +01:00 |
|
Nick Craig-Wood
|
0cb9bb3b54
|
Redo http Transport code
* Insert User-Agent in Transport - fixes #199
* Update timeouts to use Context
* Modernise transport
|
2016-09-12 17:50:19 +01:00 |
|