Closed
Description
As of Go 1.13rc1, net/http's TimeoutHandler does implement the Flusher interface that the docs of TimeoutHandler claims it does not. The fact that it does now implement Flusher is mentioned in the release docs for 1.13rc1, though.
TimeoutHandler also now implements Pusher which might be worth a mention in its docs.