class autopush.protocol.IgnoreBody(response, deferred)[source]¶
A protocol that discards any data it receives
This is necessary to support persistent HTTP connections. If the
response body is never read using Response.deliverBody, or
stopProducing() is called, the connection will not be reused.