request with headers
Pre-release
Pre-release
graebm
released this
20 Nov 01:01
Don't fire on_body for empty chunks of data. (#163)
This was leading to the python crt passing None to the on_body callback instead of byte buffer. Seems simpler to nip this complexity at the source.