Hi, I see a fair bit of work has been done to make httplib threadsafe, wondering if that extends to Sink.is_writable()?
Context: trying to detect closed connections (in a set_content_provider setup) from another thread in llama.cpp. Our writes are still happening only on the http thread, but knowing when to cancel the processing would be amazing.