Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save reason phrase in Protocol::HTTP1::Response
Save away the raw reason phrase provided by the server. This is of limited niche value, as the reason phrase seems to be _mostly_ unused/ignored. One example of where it's needed: The [Proxmox VE API](https://pve.proxmox.com/wiki/Proxmox_VE_API) ships error reason strings back using the HTTP reason phrase. Without this side-channel, error status is 100% opaque/unavailable.
- Loading branch information