commit | bd22869c143a3f1284f271399524676efbafa655 | [log] [tgz] |
---|---|---|
author | Bert JW Regeer <bertjw@regeer.org> | Sun Mar 13 02:16:23 2022 |
committer | Bert JW Regeer <bertjw@regeer.org> | Sun Mar 13 02:48:25 2022 |
tree | 146310721d191ade6cf05b650d2f0f0d125ea0ae | |
parent | d9bdfa0cf210f6daf017d7c5a3cc149bdec8a9a7 [diff] |
Remove extraneous calls to .strip() in Chunked Encoding To be valid chunked encoding we should not be removing any whitespace as the standard does not allow for optional whitespace. If whitespace is encountered in the wrong place, it should lead to a 400 Bad Request instead.