T
TheOpsMgr
Hi,
Does anyone know of a way to validate at the HTTP Response level if the
output from a an ASP.Net application is being buffered or not?
Response.bufferoutput should only send back the first byte of the response
once the entire ASPX page has completed processing - hence the "time to first
byte" is an accurate measure of the application response time.
If the page ISN'T being buffered then it isn't.
What I would like to know is if there is any way work out from the HTTP
Headers returned whether or not the application was buffered or not buffered.
Any ideas?
cheers,
Steve
Does anyone know of a way to validate at the HTTP Response level if the
output from a an ASP.Net application is being buffered or not?
Response.bufferoutput should only send back the first byte of the response
once the entire ASPX page has completed processing - hence the "time to first
byte" is an accurate measure of the application response time.
If the page ISN'T being buffered then it isn't.
What I would like to know is if there is any way work out from the HTTP
Headers returned whether or not the application was buffered or not buffered.
Any ideas?
cheers,
Steve