mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-23 19:06:17 +00:00
d5e48cfd65
Go's net/http is notoriously difficult to have a streaming deadlines per READ/WRITE on the net.Conn if we add them they interfere with the Go's internal requirements for a HTTP connection. Remove this support for now fixes #19853