Skip to content

request with headers

Pre-release
Pre-release
Compare
Choose a tag to compare
@graebm graebm released this 20 Nov 01:01
c83309f
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.