g3ortega / chrometophone

Automatically exported from code.google.com/p/chrometophone
0 stars 0 forks source link

MessageTooBig error #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some requests result in "MessageTooBig" (according to the logs). Need to trim 
the title + url size. One solution would be for server to save URLs + titles 
longer than the limit to memcache and send a hash to the phone, than phone will 
do an extra lookup. 

Original issue reported on code.google.com by costin on 22 Jul 2010 at 6:50

GoogleCodeExporter commented 9 years ago
Marking this as fixed - we're trimming titles and selection if possible. 
This is not complete - the URL can still be longer than max - the second part 
of the fix can only be done after/if we add server-side history.

Original comment by costin on 20 Sep 2010 at 3:50