mirror of
https://github.com/pgsty/silo.git
synced 2026-09-24 03:16:22 +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