
Chaim Klar
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Chaim Klar-
Chaim Klar commented,
regarding the following code: sub vcl_recv { if (req.http.Fastly-FF) { set req.esi = false; } } we came across some user complaints where the page stopped rendering at right before ...
-
Chaim Klar commented,
we had some instances where ESI was not executing (no interpolation took place) we added to VCL_FETCH unset req.http.accept-encoding; in addition to having in VCL_MISS unset bereq.http.accept-enco...
-
Chaim Klar created a post,
Edge Dictionaries - Limitations / possible enhancements
thanks Andrew Betts for this wonderful article! We would like to take advantage of the "Fastly edge dictionary" for authentication, but we are faced with a few questions / limitations: Are we actu...
-
Chaim Klar commented,
+1 waiting for this feature
-
Chaim Klar commented,
@justin No, there's no way to force gzip for those requests. The responses just come straight from the origin server and we don't alter them. we do have a need to gzip such "uncached conten...