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
When a tile is successfully generated the tile cache middleware is suppose to intercept the response and decide if the tile should be persisted in the cache. It does this by looking or a response code of 200 (http.StatusOK). This was implemented in #251 but appears to have created a regression where 200 responses are not being written correctly and therefore the cache is not being populated.
The text was updated successfully, but these errors were encountered:
When a tile is successfully generated the tile cache middleware is suppose to intercept the response and decide if the tile should be persisted in the cache. It does this by looking or a response code of 200 (http.StatusOK). This was implemented in #251 but appears to have created a regression where 200 responses are not being written correctly and therefore the cache is not being populated.
The text was updated successfully, but these errors were encountered: