Removes the `Hostname` and `Port` fields from an http-01 ValidationRecord model prior to storing the record in the database. Using `"hostname":"example.com","port":"80"` as a snippet of a whole validation record, we'll save minimum 36 bytes for each new http-01 ValidationRecord that gets stored. When retrieving the record, the ValidationRecord `RehydrateHostPort` method will repopulate the `Hostname` and `Port` fields from the `URL` field. Fixes the main goal of https://github.com/letsencrypt/boulder/issues/5231. --------- Co-authored-by: Samantha <hello@entropy.cat> |
||
|---|---|---|
| .. | ||
| proto | ||
| challenges.go | ||
| challenges_test.go | ||
| core_test.go | ||
| interfaces.go | ||
| objects.go | ||
| objects_test.go | ||
| util.go | ||
| util_test.go | ||