Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/benoitc/gunicorn
/ ObsoleteFolding
Class
ObsoleteFolding
gunicorn/http/errors.py:75–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
74
75
class
ObsoleteFolding(ParseException):
76
def
__init__(self, hdr):
77
self.hdr = hdr
78
79
def
__str__(self):
80
return
"Obsolete line folding is unacceptable: %r"
% (self.hdr, )
81
82
83
class
InvalidHeaderName(ParseException):
Callers
1
parse_headers
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected