]> Cypherpunks repositories - gostls13.git/commit
Created new Conn.Flush() public method so the fd pipeline can be drained arbitrarily...
authorDavid Titarenco <david.titarenco@gmail.com>
Sat, 14 Nov 2009 02:06:47 +0000 (18:06 -0800)
committerRuss Cox <rsc@golang.org>
Sat, 14 Nov 2009 02:06:47 +0000 (18:06 -0800)
commitaebae2577af4d6ae99abd9adf799cf58952377c5
tree3b99cc8dec39b4b8d7d3b0bab2af539940f8fc43
parent1eef6b0dd4dfc03ac32bed25077793a1e3bb5d78
Created new Conn.Flush() public method so the fd pipeline can be drained arbitrarily by the user.
Commented both flush methods so people know what they are looking at.

This is a necessary fix for streaming and long polling HTTP services.
Fixes #93.

R=r, rsc, david.titarenco
https://golang.org/cl/154099
src/pkg/http/server.go