_newclient does not support bare LF newlines, unlike web browsers
| Newsgroups | gmane.comp.python.twisted.bugs |
|---|---|
| Message-ID | <[email protected]> |
New submission from ivank <[email protected]>: Some servers send broken HTTP responses with only \n to delimit status lines and headers, instead of \r\n. All modern web browsers support this, but _newclient does not. Originally discovered at http://twistedmatrix.com/trac/ticket/886#comment:23 ---------- Type : enhancement Component: web Keywords : Priority : low Nosy : ---------- http://twistedmatrix.com/trac/ticket/3833