Difference between revisions of "Talk:Http response"
Jump to navigation
Jump to search
m (forgot to sign my post) |
Fermat Euler (talk | contribs) (→About 499: new section) |
||
Line 6: | Line 6: | ||
if you send more than 2048 chars apparently it returns[0,2048] as the metadata list, otherwise [] | if you send more than 2048 chars apparently it returns[0,2048] as the metadata list, otherwise [] | ||
--[[User:Annie Obscure|Annie Obscure]] 09:49, 11 March 2008 (PDT) | --[[User:Annie Obscure|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. |
Revision as of 17:55, 31 October 2008
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.