Tim Rosenblatt
unread,Oct 1, 2009, 1:54:46 PM10/1/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Twitter Development Talk
Hey Twitter API devs,
We're working on daemons to poll the search API, and we want to make
sure that our code will behave correctly when it encounters a
RETRY_AFTER header. We think our code should work correctly, but we'd
like to be able to test it with a real RETRY_AFTER header. Could you
add the option for us to add a RETRY_AFTER=X parameter to the HTTP
request that will force your servers to return a RETRY_AFTER header of
X seconds, so that we can easily test our code and then remove it?
Thanks.