Exception for truncated headers.
| 285 | """Exception for empty headers.""" |
| 286 | pass |
| 287 | class TruncatedHeaderError(HeaderError): |
| 288 | """Exception for truncated headers.""" |
| 289 | pass |
| 290 | class EOFHeaderError(HeaderError): |
| 291 | """Exception for end of file headers.""" |
| 292 | pass |
no outgoing calls
no test coverage detected
searching dependent graphs…