I am using GAE to communicate other servers via http. For some particular purposes, some of the response codes are customized as 998. But urlfetch seems not response to this code. When the server return the response code of 998, urlfetch doesn't response until reaching the deadline and throwing an exception. Is there a limitation in customized response code for urlfetch? Does anyone have the similar situation?