120
120
"""Hand the request off to a smart server instance."""
122
122
self.send_header("Content-type", "application/octet-stream")
124
124
# TODO: We might like to support streaming responses. 1.0 allows no
125
125
# Content-length in this case, so for integrity we should perform our
126
126
# own chunking within the stream.