I'm quite new to golang, want to know why this lib stores the modified requests in modReq map and later delete it after finishing the base roundtripper or closing body. Is this because to support CancelRequest for previous golang version? Won't there be little performance issue as the map is protected with mutex? Why not simply add the authorization header to the request.