Change #264673
| Category | None |
| Changed by | Stefan Eissing <stefan@eissing.org> |
| Changed at | Thu 16 Apr 2026 15:00:43 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | master |
| Revision | 32a513e180ce83d5e9b708211306045407074134 |
Comments
urlapi: same origin tests Add new internal `curl_url_same_origin()` to check if a href has the same origin as a base URL. Add test cases in test1675 and use this in http2 push handling. Closes #21328
Changed files
- lib/http2.c
- lib/urlapi-int.h
- lib/urlapi.c
- tests/unit/unit1675.c