ASP.NET postback has empty request body, but only sometimes -


i'm working on high-traffic asp.net website, , around once per 30 minutes, post request triggers httpexception: request timed out. in our debugging, found out asp.net getting request, not request body. here headers:

connection: keep-alive content-length: 49476 content-type: application/x-www-form-urlencoded accept: application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 accept-encoding: gzip,deflate accept-language: en-us,en host: abc.123.com referer: https://abc.123.com/page.aspx 

and request body empty. behind load balancer, if helps anything.

my question is, how debug , fix issue this? according accepted answer in post:

diagnosing "request timed out" httpexceptions

it looks may happening request being split 2 tcp segments, 1 header , 1 body. since we're behind load balancer common virtual ip, may entirely possible 1 of tcp segments being sent 1 server , other being sent another. plausible case? or can else causing it?


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -