Mark Nottingham
Mark Nottingham
Tracking issue for: - [ ] https://github.com/mnot/thor/security/code-scanning/1
https://pypi.org/project/certifi/
should this take place after req_start?
> self._output_body_sent += len(chunk) > assert self._output_body_sent "Too many body bytes sent"
- explicit error on invalid field? - zero-length field name isn't valid
if in mid-request, we need to send an error event and clean up. > self.ex_queue[-1].emit('error', err)
if we sent Expect: 100-continue, don't wait forever (i.e., schedule something)
probably need to close in-progress conns too.