rickmcgeer / TransCloud

Software for the TransCloud project
5 stars 1 forks source link

Prepare for packet cacheing demo by inserting token #26

Open cmatthew opened 11 years ago

cmatthew commented 11 years ago

The packet caching demo needs an 8 byte value near the start of the flow to enable the cache. Since our images are compressed, I think the easiests way to do that is to have swift insert the value as an http header. Extra headers are probably ignored by the client, so this should be an easy way to add in the 8 byte token.

cmatthew commented 11 years ago

@stredger might be best to figure how to do this. Should be an addition to the swift proxy code?