You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Writing code to test HEAD responses, I realized the Silo class that is driven by the tests ignored the headers completely except sorta-kinda content-type.
The text was updated successfully, but these errors were encountered:
As of commit f7060bd the roundtrip tests check both the body data and the content type returned. There is an additional test case to check the rest of the header handling, once the handling is finished in silo.php.
The plan now is as outlined in #1 (comment) : add support for a store/retrieve key family and keep the current behavior of the X-SecondLife-* keys (store. no retrieve)
Writing code to test HEAD responses, I realized the Silo class that is driven by the tests ignored the headers completely except sorta-kinda content-type.
The text was updated successfully, but these errors were encountered: