[Webkit-unassigned] [Bug 23314] Twitter Javascript Rendering

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 1 16:52:07 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=23314





------- Comment #8 from cwzwarich at uwaterloo.ca  2009-03-01 16:52 PDT -------
The problem here is with Twitter. This returns a JS callback with no data:

curl
"http://twitter.com/statuses/user_timeline/webkit.json?callback=twitterCallback2&count=5"
-H "If-Modified-Since:Mon, 02 Mar 2009 00:37:10 GMT"

However, this returns data:

curl
"http://twitter.com/statuses/user_timeline/webkit.json?callback=twitterCallback2&count=5"

If you change the date in the If-Modified-Since to the distant past, it also
returns data. The problem seems to be that the HTTP headers are being handled
by something that just returns a chunk of data that is put in the JS callback.
When there is no new data, they should be giving a 304.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list