Hi John, I have just purchased and installed PB 3.1.6 - when I try to edit the settings on a module I get this error which I have not seen before - is it related to PB do you think? Data length (49152) is shorter than Content-Length (84180) and client is still connected. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Data length (49152) is shorter than Content-Length (84180) and client is still connected.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[HttpException (0x80004005): Data length (49152) is shorter than Content-Length (84180) and client is still connected.] Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseOrThrow() +2632 Brettle.Web.NeatUpload.FilteringWorkerRequest.ParseMultipart() +253 Brettle.Web.NeatUpload.FilteringWorkerRequest.GetKnownRequestHeader(Int32 index) +21 System.Web.HttpWorkerRequest.HasEntityBody() +17 System.Web.HttpRequest.GetEncodingFromHeaders() +168 System.Web.HttpRequest.get_ContentEncoding() +48 System.Web.HttpServerUtility.UrlDecode(String s) +148 Snapsis.HttpModules.PageBlaster.CachedRequest..ctor(HttpApplication app) +300 Snapsis.HttpModules.PageBlaster.PageBlasterModule.BeginRequest(Object sender, EventArgs e) +72 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64
[HttpException (0x80004005): Unhandled HttpException while processing NeatUpload child request] Brettle.Web.NeatUpload.UploadHttpModule.Application_BeginRequest(Object sender, EventArgs e) +845 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +92 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +64 |
|