blob: 253c59e5f019156398ba9733de65cdf1c9b29154 (
plain)
1
2
3
4
5
6
|
<!--#set var="ERRORPAGE_CODE" value="411" -->
<!--#set var="ERRORPAGE_TEXT" value="Length Required" -->
<!--#include file="header.shtml" -->
<div>The request method, with which the server has been requested requires a valid <code>Content-Length</code> header.</div>
<!--#include file="footer.shtml" -->
|