Files
rclone/fs
Nick Craig-Wood b3710c962e rc: fix core/command giving 500 internal error - fixes #4914
Before this change calling core/command gave the error

    error: response object is required expecting *http.ResponseWriter value for key "_response" (was *http.response)

This was because the http.ResponseWriter is an interface not an object.

Removing the `*` fixes the problem.

This also indicates that this bit of code wasn't properly tested.
2021-01-10 16:34:46 +00:00
..
2020-10-14 15:21:31 +01:00
2020-10-14 15:21:31 +01:00
2018-08-21 10:58:59 +01:00
2019-06-19 11:59:46 +01:00
2019-02-07 16:42:26 +00:00
2020-11-26 16:40:12 +00:00
2019-06-19 11:59:46 +01:00
2020-10-28 18:16:23 +00:00
2019-04-30 14:12:18 +02:00
2020-09-02 17:52:58 +01:00