aboutsummaryrefslogtreecommitdiffstats
path: root/test/netlib
Commit message (Collapse)AuthorAgeFilesLines
* Preserve host header when modifying request pathWill Coster2016-02-151-2/+7
| | | | | | | | | | | | | Currently the path_components and query setters of the Request object use the url setter under the hood. The url setter updates all parts of the URL including the host. If the host header and the host in the request URL are different (as is common when making HTTPS requests) then the host header will be updated to the value in the URL as a result of modifying the path. This change fixes this problem by modifying the query and path_components setters to not use the url setter and instead directly update the path field.
* fix ALPN checksMaximilian Hils2016-02-152-3/+3
|
* move tests into shared folderMaximilian Hils2016-02-1548-0/+4385