rclone/cmd/serve/httplib
Nick Craig-Wood 73bb9322f5 rc: prefer actual listener address if using ":port" or "addr:0" only
Before this change rclone would turn `localhost:8888` into
`127.0.0.1:8888` which apparently does not work with some browsers.

See: https://github.com/rclone/rclone-webui-react/issues/117
2020-12-26 16:28:54 +00:00
..
httpflags serve http, serve webdav: Added a --template flag for user defined markup 2020-05-04 17:36:31 +00:00
serve accounting: add context.Context #3257 #4685 2020-11-09 18:05:54 +00:00
httplib.go rc: prefer actual listener address if using ":port" or "addr:0" only 2020-12-26 16:28:54 +00:00