We currently disable the disk cache because the WPT runner will run more than one RequestServer process at a time. The SQLite database does not handle this concurrent read/write access well. We will now enable the disk cache with a per-process database. This is needed to ensure that WPT Fetch cache tests are sufficiently handled by RequestServer. |
||
|---|---|---|
| .. | ||
| Cache | ||
| CMakeLists.txt | ||
| Forward.h | ||
| Header.cpp | ||
| Header.h | ||
| HeaderList.cpp | ||
| HeaderList.h | ||
| HTTP.cpp | ||
| HTTP.h | ||
| HttpRequest.cpp | ||
| HttpRequest.h | ||
| Method.cpp | ||
| Method.h | ||
| Status.h | ||