Class InvalidHttpFramingException
- Namespace
- Fluxzy
- Assembly
- Fluxzy.Core.dll
Thrown when an HTTP/1.1 message declares ambiguous or invalid body framing (conflicting or duplicate Content-Length values, or a non 1*DIGIT value). The connection is dropped to prevent request/response smuggling (RFC 7230 ยง3.3.3).
public class InvalidHttpFramingException : FluxzyException, ISerializable
- Inheritance
-
InvalidHttpFramingException
- Implements
- Inherited Members
- Extension Methods
Constructors
InvalidHttpFramingException(string, Exception?)
public InvalidHttpFramingException(string message, Exception? innerException = null)