We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
see error below :
[ArgumentOutOfRangeException: Le paramètre de taille doit être compris entre zéro et la valeur Int32 maximale. Nom du paramètre : size La valeur réelle était 4693829844.] System.Web.HttpFileResponseElement..ctor(String filename, Int64 offset, Int64 size, Boolean isImpersonating, Boolean useTransmitFile, Boolean supportsLongTransmitFile) +4397266 System.Web.HttpWriter.WriteFile(String filename, Int64 offset, Int64 size) +101 System.Web.HttpResponse.WriteFile(String filename, Int64 offset, Int64 size) +168 XSendfile.XSendfileHttpModule.RangeDownload(String fullpath, HttpContext context) in C:\Python27_64\Lib\r4a\etc\XSendfile\XSendfile\XSendfileHttpModule.cs:233 XSendfile.XSendfileHttpModule.context_EndRequest(Object sender, EventArgs e) in C:\Python27_64\Lib\r4a\etc\XSendfile\XSendfile\XSendfileHttpModule.cs:141 System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +139 System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88
The text was updated successfully, but these errors were encountered:
happy to accept pull requests I haven't used IIS in a long while, but the code should be simple enough to update
Sorry, something went wrong.
@alexsilva may be able to help you out - they have a more active fork
No branches or pull requests
see error below :
[ArgumentOutOfRangeException: Le paramètre de taille doit être compris entre zéro et la valeur Int32 maximale.
Nom du paramètre : size
La valeur réelle était 4693829844.]
System.Web.HttpFileResponseElement..ctor(String filename, Int64 offset, Int64 size, Boolean isImpersonating, Boolean useTransmitFile, Boolean supportsLongTransmitFile) +4397266
System.Web.HttpWriter.WriteFile(String filename, Int64 offset, Int64 size) +101
System.Web.HttpResponse.WriteFile(String filename, Int64 offset, Int64 size) +168
XSendfile.XSendfileHttpModule.RangeDownload(String fullpath, HttpContext context) in C:\Python27_64\Lib\r4a\etc\XSendfile\XSendfile\XSendfileHttpModule.cs:233
XSendfile.XSendfileHttpModule.context_EndRequest(Object sender, EventArgs e) in C:\Python27_64\Lib\r4a\etc\XSendfile\XSendfile\XSendfileHttpModule.cs:141
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +139
System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +195
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +88
The text was updated successfully, but these errors were encountered: