I may well be misunderstanding something here but I am having a problem with quotes around ETags when using the CachePlugin (with the Doctrine MemcacheCache)
Using the PsrLogAdapter I can see that my REST service is sending back the following ETag header
ETag: "43ae112e7f3c05714effe7995f788aed"
however on subsequent requests guzzle is sending it back double quoted
If-None-Match: ""43ae112e7f3c05714effe7995f788aed""
So the service always responds with the full response again.
Am I doing something wrong?
Sorry I did search but all I could find was a previous post about guzzle stripping the quotes from the ETag completely