Make Response's `Clone()` method to clone headers.
25cc87f
This patch allows the response clone to have the same headers list as the original's. Previously, only the cloned response's headers guard was set to be the same as the original response's headers guard.