This commit is contained in:
Fabien Potencier 2020-06-11 15:00:25 +02:00
parent 54c9054ef4
commit 816b6ea6f1
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ class StoreTest extends TestCase
*
* A restored response does *not* load the body, but only keep the file path in a special X-Body-File
* header. For reasons (?), the file path was also used as the restored response body.
* It would be up to others (HttpCache...?) to hohor this header and actually load the response content
* It would be up to others (HttpCache...?) to honor this header and actually load the response content
* from there.
*
* When a restored response was stored again, the Store itself would ignore the header. In the first