Error while writing headers.
| 30 | |
| 31 | |
| 32 | class HeaderWriteError(MessageError): |
| 33 | """Error while writing headers.""" |
| 34 | |
| 35 | |
| 36 | # These are parsing defects which the parser was able to work around. |
no outgoing calls
no test coverage detected
searching dependent graphs…