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
#515 requires sending conditional requests to origin server, so Tempesta must be able to generate and send If-Modified-Since requests and process corresponding responses from origin server. See RFC 7234 4.3.2 for the header processing logic in requests and 4.3.3 and 4.3.4 for appropriate response processing logic. The issues is a further development of #519.
There are 2 parts of the issue:
send conditional requests to the origin server for requests for must-revalidate cached responses and conditional requests. It's much cheaper for the origin to reply with "not modified" than to build the response, probably with a database access.
#515 requires sending conditional requests to origin server, so Tempesta must be able to generate and send If-Modified-Since requests and process corresponding responses from origin server. See RFC 7234 4.3.2 for the header processing logic in requests and 4.3.3 and 4.3.4 for appropriate response processing logic. The issues is a further development of #519.
There are 2 parts of the issue:
Tests
Please make a functional test for the feature as well.
The text was updated successfully, but these errors were encountered: