Talk:Http response
Is there a documented size limit?
2048 is the limit Patrick2 Chama 12:00, 14 November 2007 (PST)
if you send more than 2048 chars apparently it returns[0,2048] as the metadata list, otherwise []
--Annie Obscure 09:49, 11 March 2008 (PDT)
About 499
Some way to know if the 499 is because the timeout or SSL failure...
I have a big trouble with this error, because the response is 499 sometimes but the SQL insert is successful in the database. So... how can i know if the insert (SQL) happen while the return is 499 and the body param is empty?
Thank you.