File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/WebJobs.Script.WebHost Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 55-->
66- Increase timeout for http proxying requests [ #9433 ] ( https://github.com/Azure/azure-functions-host/pull/9433 )
77- Improve host.json sanitization
8+ - Increased maximum HTTP request content size to 210000000 Bytes (~ 200MB)
Original file line number Diff line number Diff line change 1616 </httpProtocol >
1717 <security >
1818 <requestFiltering allowDoubleEscaping =" true" removeServerHeader =" true" >
19- <requestLimits maxQueryString =" 4096" maxUrl =" 8192" maxAllowedContentLength =" 104857600 " />
19+ <requestLimits maxQueryString =" 4096" maxUrl =" 8192" maxAllowedContentLength =" 210000000 " />
2020 </requestFiltering >
2121 </security >
2222 </system .webServer>
2828 </dependentAssembly >
2929 </assemblyBinding >
3030 </runtime >
31- </configuration >
31+ </configuration >
You can’t perform that action at this time.
0 commit comments