By mswatcher
via west-wind.com
Submitted: Nov 30 2012 / 11:00
Yikes, I ran into a real bummer of an edge case yesterday in one of my older low level handler implementations (for West Wind Web Connection in this case). Basically this handler is a connector for a backend Web framework that creates self contained HTTP output. An ASP.NET Handler captures the full output, and then shoves the result down the ASP.NET Response object pipeline writing out the content into the Response.OutputStream and seperately sending the HttpHeaders in the Response.Headers collection.
Tweet
SaveShareSend
Tags: .net, frameworks, web design
Add your comment